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

When resizing SplitPane will be good to have the affected panes size information in it. #91

Open
tancyew opened this issue Nov 18, 2023 · 0 comments

Comments

@tancyew
Copy link

tancyew commented Nov 18, 2023

Is your feature request related to a problem? Please describe.

Right now there are existing events to listen for splitter resize event such as splitterResizeStart and splitterResizeEnd. The information right now only contain one of the two panes that is being affected.

Describe the solution you'd like

The event args being return at the moment for both events mentioned above only return one pane information. (e.g. if there is two panes split horizontally and it is being resized left and right. only the width and height of the right pane is being returned.

Describe alternatives you've considered

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants