Search code examples
wpfcontentpresenter

How to allocate Irregular area as ContentPresenter?


If we have a grid with 2 columns/1 row, we can have something like in this blog.

But if we have 2 columns/2 rows [that means - main sqaure is divided into 4 small sqaures]...and only square at row-1,column-0 should conains tabs..and other three small area should be content presenter, what to do for that?

Please help.


Solution

  • No control is designed to fit into such a shape (and the Grid is not designed to host such controls either), i would not recommend to try anything like this.