Probably and most certainly, but I didnât want to compare anything. All I am asking is if there is a way to explicitly justify column header in the WebListBox using DataSource.
If it is possible then I would like to learn how to do it.
If it is not possible then I am still able to sleep, but perhaps it would be possible in the future.
I was reacting to Emileâs post, that linked to an old forum post for API1 weblistboxâŠ
you could use javascript yes, but you have to read the html code created by your xojo webapp
and use executejavascript on the weblistbox to add some style to the header.
I donât see why emileâs post was flagged and masked, it was just not answering your questionâŠ
I made long ago my own websdk for bootstrap tables, and made a right alignment like you want
but it was mainly at the beginning of web2, and the listbox was ⊠well ⊠not very finished !
since then, I still use my websdk table, it is linked to my database module and classes and works fine for me
I did not use any weblistbox since, but I can see that @Ricardo_Cruz fixed a lot on it, and may be he has some workaround for you.
also @AlbertoD who helped you to right align the column rowsâŠ
Thank you. I am not sure if I understand this correctly but so far I have been setting justification in the DataSource.RowData using WebStyle for each element of the data row for the WebListBox. I think having option to specify justification for each column in one place one time would be really helpful, even obvious (that is what I have been doing for years when developing Desktop Apps and building lists dynamically, though outside of Xojo world).
Anyway, thank you for your comments.