[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Defines a base class for controls that support auto-scrolling behavior [Property] ##Scrollable=ScrollableControl class properties @AutoScroll=Sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries. ARG(bool)|14|1|True,False @AutoScrollMargin=Sets the size of the auto-scroll margin. ARG(Size)|20|(empty)|Size @AutoScrollMinSize=Sets the minimum size of the auto-scroll. ARG(Size)|20|(empty)|Size ## [Methods] *doAutoScrollPosition=Sets the location of the auto-scroll position. ARG(Point)|1|0 *doScrollControlIntoView=Scrolls the specified child control into view on an auto-scroll enabled control. ARG(Control ctrl)|1|0 *doSetAutoScrollMargin=Sets the size of the auto-scroll margins. ARG(int x, int y)|1|0 *onScroll=Occurs when the user or code scrolls through the client area. ARG(args)|2| *AutoScroll=Returns a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries. ARG(bool)|3|104 *AutoScrollMargin=Returns the size of the auto-scroll margin. ARG(Size)|3|0 *AutoScrollMinSize=Returns the minimum size of the auto-scroll. ARG(Size)|3|0 *AutoScrollPosition=Returns the location of the auto-scroll position. ARG(Point)|3|0 *DisplayRectangle=Returns the rectangle that represents the virtual display area of the control. ARG(Rectangle)|3|0 *DockPadding=Returns the dock padding settings for all edges of the control. ARG(DockPaddingEdges)|3|0 *HorizontalScroll=Returns the characteristics associated with the horizontal scroll bar. ARG(HScrollProperties)|3|0 *VerticalScroll=Returns the characteristics associated with the vertical scroll bar. ARG(VScrollProperties)|3|0 *w=Defines the Width value. ARG(int)|4|1 *h=Defines the Height value. ARG(int)|4|1