KMatle Expert Licensed User Longtime User Nov 5, 2017 #1 I need to know the left value (x position) of a column inside a tableview. Of course I could add all the width's of the columns left to it to get it but is there an easier way?
I need to know the left value (x position) of a column inside a tableview. Of course I could add all the width's of the columns left to it to get it but is there an easier way?
Erel B4X founder Staff member Licensed User Longtime User Nov 6, 2017 #2 TableColumn doesn't have a left property. I think that you will need to sum the previous columns widths. Upvote 0
TableColumn doesn't have a left property. I think that you will need to sum the previous columns widths.