TreeDataGrid: Support frozen columns on the right side #27
ITDancer13
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TreeDataGrid currently supports frozen columns on the left side of the viewport, but not on the right.
It would be useful to support freezing columns on the right edge of the viewport as well, so they remain visible while the rest of the grid scrolls horizontally.
One example would be an actions column (e.g. a ... menu), but the feature would be generally useful regardless of the column content.
As discussed on Telegram: Since RTL layouts can mirror left/right semantics, something direction-aware like: FrozenColumnCountStart and FrozenColumnCountEnd.
Beta Was this translation helpful? Give feedback.
All reactions