I have an activity that has a vertical scrollview and I want to put a table of CLV on it that scrolls both vertically and horizontally.
How and with what views should I do this.
I really like this table it's so powerful.
But when placed on a scroll view it is difficult to scroll the table vertically unless I scroll horizontally first.
It's there a way to get around this please. I would like to use this table.
Why do you want to put the Table on a ScrollView?
The Table has bidirectional scrolling inside.
It adjusts the internal width and height automatically.
Have you tried the demo project from the Flexible Table thread?
You will see the scrolling.
What the table displays in only part of the form.
My form displays some labels and text boxes to be filled then lower down I want to show a table of data where the user searches/filters and selects the data required finally finished of with buttons etc. This form is longer than the screen hence I was going to use scrollview.
Maybe I need to popup the table and remove after finished with it.