B4J Question Editable TableView with TextBox,ColorPicker,DatePicker,CheckBox,ComboBox

Mashiane

Expert
Licensed User
Longtime User
Hi there

I'm trying to create an editable tableview based on an example I found here. So far everything is going very smooth. All this is in a class that I will share later on.

I have noticed that whilst all other controls resize themselves when I widen the columns, the combo box does not. Is there a way around this??

I intend to make this to have two modes. A simple property view mode and a table mode. Just simple, nothing fancy..

EditableTableView.png


I would also like to resize the contents to fit either the longest item in the rows or column name width? How can I achieve that?

Thanks a lot
 
Top