Android Question Freeze Left Hand Column of Table

RayGlynn

Member
Licensed User
Longtime User
Hi,
Just a question...
I wanted to freeze the left hand column in a table.
I created 2 tables; the left hand one containing just 1 column and then attempted to synchronize both tables.
Im using Table version 2.22. So the only way I could get it to work was to copy the feature SynchronizeWith from an older version (1.12) to this later version.

The question is; Is there a better way using current features and events to achieve this?

Why was the SynchronizeWith removed from the Table Class?

Thanks for any response
Ray
 

klaus

Expert
Licensed User
Longtime User
Freezing the first column is not implemented.
Erel, version 2.22 is the latest version.

The question is; Is there a better way using current features and events to achieve this?
Not that I know.
Why was the SynchronizeWith removed from the Table Class?
I don't know when, why nor who removed it
 
Upvote 0

RayGlynn

Member
Licensed User
Longtime User
Hi,
Its the older Tableview im using. I havnt looked at the newer Flexible one. It works fine when I added back in the Synchronize feature. I only needed a basic spreadsheet like view. Thank you for your quick responses.
 
Upvote 0
Top