wannabegeek / ng2-split-pane

Split View module for Angular 2
MIT License
43 stars 25 forks source link

Resizing the height of a vertical panel #32

Closed PTC-JoshuaMatthews closed 7 years ago

PTC-JoshuaMatthews commented 7 years ago

Once the page initializes, I can't find a way to resize the height of a vertical panel. If I select the split pane component with jquery and set a min height the component does not respond by resizing its separator or internal panel. Is there any way to change the height of a vertical panel dynamically after the initial page load?

PTC-JoshuaMatthews commented 7 years ago

Never mind found a way, just had to target the .v-outer class instead.