Any news on setting the row height in the ListBox for each row individually?
Maybe in the future with the âGrid Controlâ, see the Roadmap.
If you need something now you can explore plugins or try to make your own.
If you canât wait for Xojo and donât want to buy a plugin, if it fits your use you coudl use my mergable cell Listbox. I allows you to merge cells across row so so can get variable ârowheightsâ that are a multiple of the base row heightâŠ
The thing it is a subclass of the old API 1 listbox so you need an API 1 compatible project to use it.
If interested you can find it at:
-Karen
Thank you, I will have a look.
If willing to look at third party controls, consider piDogâs DataView as it is not subclassed from a Xojo Listbox but built entirely upon a canvas control. You not only get variable row heights but LOTS of other features not yet possible with the standard Listbox.
No vested interest; just a user who has found many of it features valuable. I have not yet seen what features the upcoming Xojo Grid control will do. But DataView is available now.
Thanks, I know DataView - it looks really great.
Hes he fixed the problems on Windows?
I do not know.
I know DataView, it is great but I do not use it.