ragardner / tksheet

Python tkinter table widget for displaying tabular data
https://pypi.org/project/tksheet/
MIT License
400 stars 48 forks source link

Partial Horizontal Scrolling #217

Open JonnyNOS opened 6 months ago

JonnyNOS commented 6 months ago

Hi, Is it Possible to implement partial scrolling (for Example 3 columns stay visible the entire time and the rest of the columns are horizontal scrollable) or is there a workaround i could use?

ragardner commented 6 months ago

Hello,

It's only possible to do that for one column, using sheet.row_index(column integer)

You also lose the row index numbers when doing this unfortunately

ragardner commented 6 months ago

sorry edited for wrong function name