InputPanel for WinForms | ComponentOne
C1.Win.8 Assembly / C1.Framework Namespace / ScrollableStackPanel Class


In This Topic
    ScrollableStackPanel Class Properties
    In This Topic

    For a list of all members of this type, see ScrollableStackPanel members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the System.Boolean value specifying whether element height is automatically determined by its style and contents. (Inherited from C1.Framework.Element)
    Public PropertyGets the System.Boolean value specifying whether element size is automatically determined by its style and contents. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the System.Boolean value specifying whether element width is automatically determined by its style and contents. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the element's bounds (size and location) within its parent element, in pixels. (Inherited from C1.Framework.Element)
    Public PropertyReturns reference to the RepeatButtonElement element working for navigation to next elements.  
    Public PropertyReturns reference to the RepeatButtonElement element working for navigation to previous elements.  
    Public PropertyGets or sets the System.Int32 value determining height and width in pixels of navigation buttons.  
    Public PropertyGets or sets the list of child elements contained in this Element. (Inherited from C1.Framework.BasePanel)
    Public PropertyGets a value that indicates whether this Element or one of its children has the focus. (Inherited from C1.Framework.Element)
    Public PropertyClient rectangle, in pixels. This discounts margins, borders, and padding. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the Element which displays the scrollable content.  
    Public PropertyGets or sets whether the element is enabled (can receive mouse and keyboard messages). (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element is focusable (receives keyboard messages). (Inherited from C1.Framework.Element)
    Public PropertyGets a value that indicates whether this Element has the focus. (Inherited from C1.Framework.Element)
    Public PropertyGets a Element.LineBreak value that determines whether there should be line breaks before and/or after this Element when it occurs in a paragraph. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the scroll buttons should be visible even when they are not needed.  
    Public PropertyGets a value that indicates the element has a non-empty Element.Children collection. (Inherited from C1.Framework.Element)
    Public PropertyElement height. Set to -1 to let the element calculate it automatically. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element is hit-testable (receives mouse messages). (Inherited from C1.Framework.Element)
    Public PropertyGets the System.Windows.Forms.Control that is hosting this Element. (Inherited from C1.Framework.Element)
    Public PropertyGets the IView that is hosting this Element. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the value of RightToLeft property is inherited from the parent element. (Inherited from C1.Framework.Element)
    Public PropertyGets a value that indicates this element needs to be laid out. (Inherited from C1.Framework.Element)
    Public PropertyGets whether this element and all its ancestors are enabled. (Inherited from C1.Framework.Element)
    Public PropertyGets whether this element can currently receive the focus. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element should be displayed using the Style.Hot style. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element should be displayed using the Style.Pressed style. (Inherited from C1.Framework.Element)
    Public PropertyGets whether this element and all its ancestors are visible. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the horizontal position of the element within its parent. (Inherited from C1.Framework.Element)
    Public PropertyGets the portion of the element that renders below the baseline. Usually non-zero only for text elements, depends on font. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the location of the element within its parent. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets a value that indicates the dimension by which child elements are stacked. (Inherited from C1.Framework.StackPanel)
    Public PropertyGets the element's parent, or null if this is the root element. (Inherited from C1.Framework.Element)
    Public PropertyGets the element's style, or a default style if the element doesn't have one. This never returns null. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element should be drawn using right-to-left layout. (Inherited from C1.Framework.Element)
    Public PropertyGets the element's top-level parent. (Inherited from C1.Framework.Element)
    Public PropertyReturns reference to the child ScrollableStackPanel.ScrollablePanel element.  
    Public PropertyGets or sets the time before buttons start firing while pressed, in milliseconds  
    Public PropertyGets or sets the time before buttons start firing when the mouse hovers over them (even without pressing them)  
    Public PropertyGets or sets the time between scroll steps while buttons are pressed, in milliseconds.  
    Public PropertyGets or sets the scroll position (negative pixel offset, like the XView control).  
    Public PropertyGets or sets the scroll step, in pixels.  
    Public PropertyGets or sets whether the element should display a focus rectangle when it has focus. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the size of the element. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the Style object used to render this Element. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the vertical position of the element within its parent. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets a value indicating if the contents was successfully validated. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element is visible. (Inherited from C1.Framework.Element)
    Public PropertyElement width. Set to -1 to let the element calculate it automatically. (Inherited from C1.Framework.Element)
    Top
    See Also