When I fill table tree/tableview with programmatically table row width column is not same table column header with. But after any action inside table (such scrool or click any cell)everything is ok. To understand the problem please look the below pictures
Asked
Active
Viewed 208 times
0
-
That's weird, but calling `TableView#layout` after setting the items would probably solve it... – Itai Jul 03 '16 at 13:04
-
does not work. Result is same – sancho Jul 03 '16 at 14:07
-
Could you share the code used to initialize the table and the code used to add data? – Itai Jul 03 '16 at 14:17
-
Ok let me make simple app to produce this error – sancho Jul 03 '16 at 14:20
-
I make simple app using the same code. But everything is ok. i have lots of view on my original soft may be because of this. – sancho Jul 03 '16 at 15:05