Articles in this section
Category / Section

How to set the number of pixels that the splitter moves at a time in WinForms SplitContainerAdv?

1 min read

Splitter settings

Use the SplitterIncrement property inorder to achieve this functionality. The following code example specifies that the vertical splitter moves in 10-pixel increments.

C#

this.splitContainerAdv1.SplitterIncrement = 10;

VB

Me.splitContainerAdv1.SplitterIncrement = 10

Reference link: https://help.syncfusion.com/windowsforms/splitcontainer/splitcontaineradv#splitter-settings-1

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied