Skip to content

Commit 98583d6

Browse files
982290: Part 2 - Check code snippet and make preview sample in blazor platform
1 parent fa47246 commit 98583d6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

blazor/gantt-chart/splitter.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ Gantt Chart component consists of both Tree Grid part and Chart part. Splitter i
6767
6868
```
6969

70-
![Changing Splitter Position in Blazor Gantt Chart](images/blazor-gantt-chart-splitter-position.png)
71-
7270
## Change splitter position dynamically
7371

7472
In Gantt Chart, you can change the splitter position dynamically by using `SetSplitterPositionAsync` method. You can change the splitter position by passing value and type parameter to `SetSplitterPositionAsync` method. Type parameter will accept one of the following values 'Position', 'ColumnIndex', 'ViewType'.
@@ -161,6 +159,4 @@ The following code example shows how to use this method.
161159
}
162160
}
163161
164-
```
165-
166-
![Changing Splitter Position in Blazor Gantt Chart](images/blazor-gantt-chart-with-splitter.png)
162+
```

0 commit comments

Comments
 (0)