diff --git a/components/splitter/orientation.md b/components/splitter/orientation.md index 6eeac9788..b050ad0c4 100644 --- a/components/splitter/orientation.md +++ b/components/splitter/orientation.md @@ -63,38 +63,45 @@ You can customize the Splitter orientation through the its `Orientation` paramet ## Nested Splitters With Different Orientation -Sometimes you need to create a more complex layout that includes both horizontal and vertical panes. To do that, you can nest Telerik Splitter components inside the panes of other splitters. When you do that, set the `Class` parameter of the nested splitter to `k-pane-flex`. +You can create more complex layouts that include both horizontal and vertical Splitters. To do that, add a Telerik Splitter as a child of another Splitter's pane. Usually, the nested Splitter should be 100% high. ->caption Nested splitters that create a complex layout with both horizontal and vertical panes +>caption Layout with nested Splitters ````RAZOR -