Hi!
i have a Multiline TextBox like this:
<TextBox Canvas.Left="157" Canvas.Top="248" Height="363" Name="textBoxTextBS" MaxLines="99" TextWrapping="Wrap" VerticalScrollBarVisibility="Auto" AcceptsReturn="True" FontFamily="Courier New" FontSize="14" FontWeight="Bold" Width="800" AcceptsTab="True" TabIndex="1002" />
Now I Need a Line Counter where the user can see in what line he is...
Have anyone an idea?
Best Regards
Bernd