ListBox with a horizontal Scrollbar?
Yes, it’s possible:
[code lang=”delphi”] SendMessage(ListBox1.handle, LB_SETHORIZONTALEXTENT, ItemWidth, 0);
[/code]
Also look at the component called LongList on Torry’s or DSP which
shows a hint for long entries too.
[tags]Delphi, Components, ListBox[/tags]
0 Kommentare zu “Horizontal Scrollbar”