android-split-pane-layout icon indicating copy to clipboard operation
android-split-pane-layout copied to clipboard

Child Splits

Open saluamf69 opened this issue 12 years ago • 1 comments

When I move split position to up or down, child splits below also change, but child splits above is not affect ( when I move it to left or right, I got the same issue). How I can move split position but child splits is not affect?

Thanks

saluamf69 avatar Jun 25 '13 11:06 saluamf69

The way that the split-pane works is that it moves and resizes the panes when you move the splitter bar. The left (or top) view only grows/shrinks as you move the splitter bar but the right (or bottom) has to move to be situated to the right (or bottom) of the splitter bar.

Nested splitter bars (going in the same direction) is probably something that is going to require some customization. It probably would not be difficult to make this work with a variable number of splitter bars such that nesting is not necessary.

MobiDevelop avatar Jun 25 '13 14:06 MobiDevelop