I'm working on a project where I have 2 horizontal panes. The left side is a tree view and the right side is the content view (Think windows explorer). Is it possible to have a content layout (grid) in that right pane that will resize based on the size of the splitter pane? Right now I can't seem to get controls to stack properly when the pane is resized. This isn't a kendo issue exactly, but I'm hoping someone else has worked through this. My left pane is going to start with a fixed size and the right pane takes the remainder of the viewport.