[]
Represents a zoom policy for FlowLayoutPanel type control.
public class FlowLayoutPanelZoomPolicy : ScrollableControlZoomPolicy
In order to keep FlowLayoutPanel's layout after zoom, this zoom policy will call SuspendLayout() method in Initialize(Control) method, and call ResumeLayout() method in Terminate(Control) method.
Name | Description |
---|---|
FlowLayoutPanelZoomPolicy() |
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. |