Hi,
Just wundering if it's possible to add some html formatted text into the ListViewGadget.
Or should I create a gadget based on CanvasGadget to show some bold text and image for example ?
Were can I find some custom made gadgets ? Would love to study this and start creating my own gadgets.
Thanks,
LuckyLuke
Custom rendering of ListViewGadget
Re: Custom rendering of ListViewGadget
Not possible with a ListViewGadget.
Code: Select all
OpenWindow(0, 0, 0, 0, 0, "Test", #PB_Window_Background)
ListViewGadget(0, 10, 10, 400, 500)
AddGadgetItem(0, -1, "<strong>Item 1</strong>")
➽ Windows 11 - jdk-11.0.2 - SB 3.00 - Android 15
➽ https://falsam.com
Sorry for my poor english