Been meaning to post a snap of this for a while -- I've noticed that in a NestedLayoutPanel, the border edges on the splitbars east/west/north/south are partially lost :(
-MD
Printable View
Been meaning to post a snap of this for a while -- I've noticed that in a NestedLayoutPanel, the border edges on the splitbars east/west/north/south are partially lost :(
-MD
Give this forum (bugs) a search, I just replied to this same thing.
In a nutshell, there is no way for it to know what borders to use with NestedLayouts. It tries to guess - but ultimately, like I do in the examples, you will need to correct the borders with nested layouts.
The only exception is ReaderLayout, which fixes all borders and margins for you automatically since it knows exactly what will be there.