From 38711fea31baa8589384d9709923bc7b8af4fc6f Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:26:41 +0300 Subject: [PATCH] docs(Splitter): Update nested Splitters example --- components/splitter/orientation.md | 65 +++++++++++++++++------------- 1 file changed, 36 insertions(+), 29 deletions(-) diff --git a/components/splitter/orientation.md b/components/splitter/orientation.md index 6eeac97883..b050ad0c46 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 -