IgniteUI / igniteui-react

High-Performance Data Grid and High-Volume Data Charts
Other
6 stars 1 forks source link

Set a minimum width for the content panes / split panes in the IgrDockManager. #56

Open jainankit2474 opened 6 months ago

jainankit2474 commented 6 months ago

Thank you for contacting Infragistics Developer Support.

My team and I have done an initial review of this support case, and there does not currently exist a way to set a minimum width for the content panes / split panes in the IgrDockManager. The panes are freely resizable depending on their docked location. This is modeled after Visual Studio, which allows you to freely resize the panes down or up to essentially any size the user likes.

I did find a sort of hacky way to assign a min-width globally to all split panes via some CSS, but the splitter will not follow it, and so if you resize the splitter down past that min-width and let go, no action will be taken. The hacky way to assign this is to assign the min-width to the .sc-igc-split-pane-component-h CSS, but again, the splitter will not follow here as the splitter will continue to think that you can resize to any width / height, as that is the design of the component.

If you would like to see the ability to set a minimum size on the panes of the dock manager in Ignite UI for React, I would recommend suggesting a new feature request for this here: https://github.com/IgniteUI/igniteui-react/issues. This will place you in direct communication with our product management teams who plan and prioritize upcoming features and development based on community and user feedback.

Please let me know if you have any other questions or concerns on this matter.