Click or drag to resize

FndDPIUtilities.SetSplitterDistance Method

Set the splitter distance to the specifed value. It also scales the minimum size of the splitter panes with regard to the current DPI scale factor.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static void SetSplitterDistance(
	SplitContainer s,
	int dist
)

Parameters

s
Type: System.Windows.Forms.SplitContainer
SplitContainer
dist
Type: System.Int32
Splitter distance
See Also