-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Describe the new feature
For tables with a lot of columns, we may want to freeze one or more columns (for example, name and age) while scrolling horizontally. This is similar to Excel's Freeze Panes feature.
Additional info
Is your feature request related to an issue? Please include the issue number.
No
Does this feature exist in another product or project? Please provide a link.
Excel have a feature called Freeze Pane where you can scroll but keep some rows/columns in place.
Do you have a screenshot? Please add screenshots to help explain your idea.
Not sure if this is helpful, but for Windows (WinForm) developers, we can use DataGridViewColumn.Frozen property to achieve that.
Metadata
Metadata
Assignees
Labels
enhancementFeature requests.Feature requests.
