I am trying to learn how to use the Splitter control to make a resizable window where some content (like a table or text box) resizes, but other controls (like buttons) just move.
I found the docking example, and it is exactly what I am trying to recreate.
When I try to build my UI, it seems to work as I want when resizing, but it messed up when I maximize. I am clearly not anchoring things the same way the docking example does, and I am unsure where I can see those settings.
NOTE: My recreation appears to work fine on my main monitor, but messes up on a secondary monitor. But, the docking example works fine on both.
I see where you set it when you add/link something to a splitter, but I don't see how to tell how things are set in the docking example. Is there a reference/tutorial that explains how it was built?
Thanks!