[]
Represents a zoom policy for SplitContainer type control.
public class SplitContainerZoomPolicy : ScrollableControlZoomPolicy
After zoom, SplitContainerZoomPolicy will change SplitterDistance and SplitterWidth except for basic changes.
If FixedPanel property isn't Panel1, FixedPanel property will be set as Panel1 before zoom, and change back after zoom.
Name | Description |
---|---|
SplitContainerZoomPolicy() |
Name | Description |
---|---|
TargetType | Gets the type indicates which control type can use this policy. |
Name | Description |
---|---|
Initialize(Control) | Initializes the control before zoom action start. |
Terminate(Control) | Terminate the control after zoom action completely. |
ZoomBounds(Control, ZoomBoundsInfo) | Zoom the control bounds. |