steve64 is it possible to make the Combobox text non editable
Combobox text does not have for the moment the capability to be "read only" on the editable field.
One way to achieve this is to use the onChange event and set the combobox text to the last selected item.
steve64 do you plan any support for setting custom foreground/background colors for windows and widgets
I have already worked on it but it provides a lot of overhead (binary size) for a functionnality not so much needed.
steve64 why the selector in the ui.List widget has the item text width and not the same full widget width?
You are right, this is because the List widget is based on the ListView Windows common controls (not on the old ListBox control that does not support some modern functionnalities)
steve64 the selector in the ui.Tree widget seems not persistent (it disappears after clicking a node)
Thank you for the feedback. I will investigate this, but I think it might be related to the use of the "Modern native look" of the Windows TreeView common control.