kendo-react
kendo-react copied to clipboard
Resizing in the TreeList component
Request: TreeList component that combines column resizing functionality with improved control over scrolling behavior and column width adjustments.
- Column Resizing: Implement a mechanism for users to resize columns within the TreeList. This would allow for dynamic adjustments based on content visibility preferences.
- TreeList Scrolling: When resizing columns, ensure that the TreeList itself scrolls horizontally to accommodate wider content, rather than the containing element. This would provide a more intuitive user experience.
- Simplified Width Management: Allow users to specify desired column widths directly, without the need for manual calculations to ensure the total width fits the TreeList container. This would simplify the process and reduce the risk of errors.
In the current implementation:
- I have to set explicitly the width of the TreeList Screenshot before the resize
- On resize I have to set the width of the new TreeList Screenshot after the resize action:
- By doing that I lose the possibility to have scroll in the treeList itself and the component behaves weirdly
Hello @Nassefferjeni,
I reproduced it in our demos as well: https://stackblitz.com/edit/react-ev6xts?file=app%2Fmain.jsx
Indeed, it looks like a bug, thank you for reporting it. We will do our best to fix this as soon as possible.
If you observe other issues or you have other questions regarding our components or their specific configuration you can also consider submitting a support ticket on our support platform where we do our best to provide more advanced dedicated support.