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

In This Topic
    ScrollableControlZoomPolicy Class
    In This Topic
    Represents a base zoom policy for scrollable control.
    Object Model
    ScrollableControlZoomPolicy Class
    Syntax
    'Declaration
     
    
    Public Class ScrollableControlZoomPolicy 
       Inherits ControlZoomPolicy
    public class ScrollableControlZoomPolicy : ControlZoomPolicy 
    Remarks

    This zoom policy will cache and restore the autoscroll location when zoom.

    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also