Creating a new table with the first column frozen

D

DapperDanH

Is there a way to create a custom table with the first column frozen?

For example, in Gantt Chart view, the first column is the ID field.
Clicking it will select the entire gantt chart grid.

When I make my own table, the first column is not "frozen". Where in the
API can i make the first column frozen?

Thanks,
Dan
 
D

DapperDanH

I solved it with the "LockFirstColumn" boolean. The issue I was having is
that I had to set this to true for EVERY call to TableEdit and I only had it
set for the first TableEdit call when I create the table for the first time.

Thanks,
Dan
 
Top