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

Allow adjusting size of split pane #394

Closed
michael opened this issue Jan 14, 2016 · 2 comments
Closed

Allow adjusting size of split pane #394

michael opened this issue Jan 14, 2016 · 2 comments
Assignees
Milestone

Comments

@michael
Copy link
Member

michael commented Jan 14, 2016

This means we introduce a separator area that is draggable. Challenge will be to make this least graphically obtrusive. However there needs to be some space reserved for the handle (like 10px). This must not overlap with other content.

New option draggable is false by default. Needs to be set specifically.

$$(SplitPane, {
  sizeA: '30%'
  splitType: 'horizontal',
  draggable: true
})

See React SplitPane for a reference implementation:

https://github.com/tomkp/react-split-pane

@michael michael self-assigned this Jan 14, 2016
@michael michael added this to the Beta 4 milestone Jan 14, 2016
@khlbrg
Copy link

khlbrg commented Jan 15, 2016

Nice feature!

@obuchtala
Copy link
Member

There is an incomplete PR which we will try to pick up in beta-5

@obuchtala obuchtala modified the milestones: Beta 5, Beta 4 Jun 13, 2016
@michael michael modified the milestone: Beta 5 Sep 29, 2016
@obuchtala obuchtala modified the milestone: Beta 7 Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants