Method | Description | |
---|---|---|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewLayoutRibbonScroller ( KryptonRibbon ribbon, VisualOrientation orientation, bool insetForTabs, NeedPaintHandler needPaintDelegate ) : System |
Initialize a new instance of the ViewLayoutRibbonScroller class.
|
Method | Description | |
---|---|---|
AdjustRectForTabs ( |
||
OnButtonClick ( object sender, MouseEventArgs e ) : void |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public ViewLayoutRibbonScroller ( KryptonRibbon ribbon, VisualOrientation orientation, bool insetForTabs, NeedPaintHandler needPaintDelegate ) : System | ||
ribbon | KryptonRibbon | Reference to owning ribbon control. |
orientation | VisualOrientation | Scroller orientation. |
insetForTabs | bool | Should scoller be inset for use in tabs area. |
needPaintDelegate | NeedPaintHandler | Delegate for notifying paint/layout requests. |
return | System |