I have figured out how to change all of the other properties of the listbox to make it work with the new bootstrap. However, I cannot figure out how to change the size of the rows in the listbox. Can anyone help me with this? Thanks in advance.
What do you mean by size ?
a. Width
b. Height
Row Height. I wouldn’t be able to change the width of rows because they are set to the width of the listbox.
https://documentation.xojo.com/api/user_interface/web/weblistbox.html#weblistbox-height
https://documentation.xojo.com/api/user_interface/web/weblistbox.html#weblistbox-width
That doesn’t help. That is for controlling the height of the entire listbox. This is going to be a in css. Specifically it’s going to be something in the new datatables css.
Have-you tried in google:
bootstrap css row height
Yes. It’s not as simple as that. It is how Xojo wraps stuff around td and head and uses datatables to control or not allow control over height of rows in listbox. I program in html/css/javascript all the time. I know how to control row height. Specifically it is controlling it in Xojo.
I posted this in the Spanish forum, it is not perfect as Xojo does some calculation with the standard height
Hope that helps