TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / FlowLayoutPanelZoomPolicy Class
Members

In This Topic
    FlowLayoutPanelZoomPolicy Class
    In This Topic
    Represents a zoom policy for System.Windows.Forms.FlowLayoutPanel type control.
    Object Model
    FlowLayoutPanelZoomPolicy Class
    Syntax
    'Declaration
     
    
    Public Class FlowLayoutPanelZoomPolicy 
       Inherits ScrollableControlZoomPolicy
    public class FlowLayoutPanelZoomPolicy : ScrollableControlZoomPolicy 
    Remarks
    In order to keep System.Windows.Forms.FlowLayoutPanel's layout after zoom, this zoom policy will call System.Windows.Forms.Control.SuspendLayout method in Initialize method, and call System.Windows.Forms.Control.ResumeLayout method in Terminate method.
    Inheritance Hierarchy

    System.Object
       C1.Win.TouchToolKit.ZoomPolicy
          C1.Win.TouchToolKit.ControlZoomPolicy
             C1.Win.TouchToolKit.ScrollableControlZoomPolicy
                C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy

    See Also