rraswisak Active Member Licensed User Longtime User Jan 28, 2019 #1 Hi All, I have try TreeTableView by erel's example here, but when i double-click the column header divider which contain layout, the layout become missing... 1. How to resolve the problem ? 2. How to change selected item row backcolor Thank you
Hi All, I have try TreeTableView by erel's example here, but when i double-click the column header divider which contain layout, the layout become missing... 1. How to resolve the problem ? 2. How to change selected item row backcolor Thank you
Erel B4X founder Staff member Licensed User Longtime User Jan 28, 2019 #2 1. I believe that it is a bug in JavaFX. You can disable the auto-resize feature: https://www.b4x.com/android/forum/threads/tableview-resize-column-event.67650/#post-428755 2. This should be done with a CSS file. See attached example (modified version of: https://www.b4x.com/android/forum/threads/tableview-header-color.90021/#post-569548) Attachments TreeTableView2ndExample.zip 4.4 KB · Views: 393 Upvote 0
1. I believe that it is a bug in JavaFX. You can disable the auto-resize feature: https://www.b4x.com/android/forum/threads/tableview-resize-column-event.67650/#post-428755 2. This should be done with a CSS file. See attached example (modified version of: https://www.b4x.com/android/forum/threads/tableview-header-color.90021/#post-569548)