spacefrog
03-25-2009, 08:53 AM
thread title says it all.
I have a list of loooong strings i want to display in a listbox, but the are always left aligned and cut to the right. I don't want to code some string manipulation algorithm for this and
I know i can set this with .NET listboxes but than i would miss the backwards compatibility.
So ist there some hack that forces the horizontal scrollbar to be displayed? Or at least a way to force the listbox to be scrolled to the right automatically ?
EDIT:
well - sadly this seems not possible according to this thread from 2006
http://forums.cgsociety.org/showthread.php?f=98&t=422593
but if i could get hand of the window handle of my listbox i could some windows messages to it to enforce this .... any idea ?
I have a list of loooong strings i want to display in a listbox, but the are always left aligned and cut to the right. I don't want to code some string manipulation algorithm for this and
I know i can set this with .NET listboxes but than i would miss the backwards compatibility.
So ist there some hack that forces the horizontal scrollbar to be displayed? Or at least a way to force the listbox to be scrolled to the right automatically ?
EDIT:
well - sadly this seems not possible according to this thread from 2006
http://forums.cgsociety.org/showthread.php?f=98&t=422593
but if i could get hand of the window handle of my listbox i could some windows messages to it to enforce this .... any idea ?
