Skip to content

Commit 5221a1f

Browse files
committed
SEO-187452-js-multiple-h1
1 parent 2a1f526 commit 5221a1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

js/Gantt/How-to/Change-Splitter-position.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Change-Splitter-position
4-
description: change splitter position
3+
title: Change splitter position in JavaScript Gantt | Syncfusion
4+
description: Learn hera all about change splitter position Syncfusion Essential JavaScript Gantt control, its elements and more details.
55
platform: js
66
control: Gantt
77
documentation: ug
88
---
99

10-
# Change Splitter position at load
10+
# Change splitter position at load in JavaScript Gantt
1111

1212
In Gantt control, Splitter separates the TreeGrid section from the Chart section and is possible to change the position of the Splitter while loading the Gantt by using the [`splitterSettings`](/api/js/ejgantt#members:splittersettings "splitterSettings") property, thereby varying the width of the TreeGrid and Chart sections in the control. [`splitterSettings.position`](/api/js/ejgantt#members:splittersettings-position "splitterSettings.position") property denotes the percentage of the TreeGrid section’s width to be rendered and this property supports both pixels and percentage values.
1313
And also we can define the splitter position as column index value by using [`splitterSettings.index`](/api/js/ejgantt#members:splittersettings-index "splitterSettings.index") property.
@@ -56,7 +56,7 @@ Gantt splitter positioned on third indexed column.
5656

5757
N> We can define the splitter position value by using [`splitterPosition`](/api/js/ejgantt#members:splitterposition) property also, but this property was deprecated with [`splitterSettings.position`](/api/js/ejgantt#members:splittersettings-position "splitterSettings.position") property.
5858

59-
# Change splitter position dynamically
59+
## Change splitter position dynamically
6060

6161
In Gantt, we can change the splitter position dynamically by using [`setSplitterPosition`](/api/js/ejgantt#methods:setsplitterposition) and [`setSplitterIndex`](/api/js/ejgantt#methods:setsplitterindex) methods. The following code example shows how to use this methods.
6262

0 commit comments

Comments
 (0)