Method | Description | |
---|---|---|
BringIntoView ( int index ) : void |
Bring the specified image index into view.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
NextLine ( ) : void |
Scroll to make the next line visible.
|
|
PrevLine ( ) : void |
Scroll to make the previous line visible.
|
|
SyncChildren ( ) : void | ||
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
TrackMoveDown ( ) : void |
Move tracking down one line.
|
|
TrackMoveEnd ( ) : void |
Move tracking to the last item.
|
|
TrackMoveHome ( ) : void |
Move tracking to the first item.
|
|
TrackMoveLeft ( ) : void |
Move tracking down left one item.
|
|
TrackMovePageDown ( ) : void |
Move tracking downwards by a whole page.
|
|
TrackMovePageUp ( ) : void |
Move tracking upwards by a whole page.
|
|
TrackMoveRight ( ) : void |
Move tracking down right one item.
|
|
TrackMoveUp ( ) : void |
Move tracking up one line.
|
|
ViewLayoutRibbonGalleryItems ( IPalette palette, ComponentFactory.Krypton.Ribbon.KryptonGallery gallery, NeedPaintHandler needPaint, |
Initialize a new instance of the ViewLayoutRibbonGalleryItems class.
|
Method | Description | |
---|---|---|
OnButtonContext ( object sender, MouseEventArgs e ) : void | ||
OnButtonDown ( object sender, MouseEventArgs e ) : void | ||
OnButtonUp ( object sender, MouseEventArgs e ) : void | ||
OnScrollTick ( object sender, |
||
ProcessBringIntoView ( ) : void |
public BringIntoView ( int index ) : void | ||
index | int | Index to bring into view. |
return | void |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public ViewLayoutRibbonGalleryItems ( IPalette palette, ComponentFactory.Krypton.Ribbon.KryptonGallery gallery, NeedPaintHandler needPaint, |
||
palette | IPalette | Reference to palette for display values. |
gallery | ComponentFactory.Krypton.Ribbon.KryptonGallery | Reference to owning gallery. |
needPaint | NeedPaintHandler | Delegate for requesting paints. |
buttonUp | Reference to the up button. | |
buttonDown | Reference to the down button. | |
buttonContext | Reference to the context button. | |
return | System |