Looking for a better alternative to linklabels
Posted
by
user986086
on Stack Overflow
See other posts from Stack Overflow
or by user986086
Published on 2012-08-31T09:37:05Z
Indexed on
2012/08/31
9:38 UTC
Read the original article
Hit count: 156
Please see the two long linklabels below (please ignore the black lines above) Linklabels' length is made dynamically during runtime, and as seen, could be that it's too long and overlapping other text we have (there is another text where you see 'Differences').
My questions are:
a) Can I limit the maximum length of a linklabel?
b) Is that possible to use a scrollbar with a linklabel (or any similar control) in case that it's too long? e.g. setting it to 200 pixels, and in case it's longer, the user has to scroll the horizontal scroller and see end of the text.
I'm using VB.NET on Visual Studio 2008
THANK YOU
© Stack Overflow or respective owner