[Lazarus] How to create a listbox that can be shifted
José Mejuto
joshyfun at gmail.com
Thu Apr 25 10:59:06 CEST 2013
El 25/04/2013 7:10, Jürgen Hestermann escribió:
> As others told me these are all limitations of the underlying widgetset
> (in this case Win32 GUI) so it cannot be fixed within Lazarus.
>
> TMemo solves my problem for now (thanks again to Howard for the tip).
> And another tip was TScrollBox which I did not test yet but will try
> together with TStringGrid if I need more than one column of text.
>
Hello,
Or use a ListView (in report mode) or set the ListBox "ScrollWidth"
property to the length of largest string, ...
--
More information about the Lazarus
mailing list