I was working with a client that wanted to be able to layout the screen using some pretty complicated but fixed layouts. All of these needed to be able to be adjusted by the client after they were shown, so they needed to use splitters. To help them to be able to produce these layouts easily I created a control. It allows them to simply set the number of reports and the layout type, and assign the reports to the various panels. To demonstrate what the result looks like and show how to programmatically use the control I created a little test project. Here is a screen shot of the result.
Unfortunately it looks a little bit like an eye chart . However, the cool thing is that all of the splitters shown in the screen capture actually work. In fact if you look I adjusted some on the second row. There is another test that I did where it cycles through all the splitters one at a time. The project is included here.
↧
Splitter Fun
↧