tksheet icon indicating copy to clipboard operation
tksheet copied to clipboard

Include freezing option

Open fdsilva-centi opened this issue 2 years ago • 1 comments

Is it possible to include an option to freeze columns? For example, columns 0 to 3 stay in the same position when scrolling (horizontal scroll).

fdsilva-centi avatar Jul 24 '23 17:07 fdsilva-centi

I'm sorry but the only way to do this is using the index e.g. sheet.row_index(0) for column 0, but this is only one column and then you also lose the row number and the auto index resizing

ragardner avatar Jul 24 '23 18:07 ragardner