Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jainankit2474 opened this issue Mar 14, 2024 · 0 comments
Labels
🧰 feature-request New feature or request

Comments

@jainankit2474
Copy link

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.

@jainankit2474 jainankit2474 added the 🧰 feature-request New feature or request label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧰 feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant