Name | Description | |
---|---|---|
NRibbonGallery Constructor | Overloaded. |
The following tables list the members exposed by NRibbonGallery.
Name | Description | |
---|---|---|
NRibbonGallery Constructor | Overloaded. |
Name | Description | |
---|---|---|
CollapsedDropDownChild | Reference to the CollapsedDropDown child. | |
CollapseToMediumProperty | Reference to the CollapseToMedium property. | |
CollapseToSmallProperty | Reference to the CollapseToSmall property. | |
ColumnCountStepProperty | Reference to the ColumnCountStep property. | |
CurrentStateProperty | Reference to the CurrentState property. | |
InitialStateProperty | Reference to the InitialState property. | |
MaximumColumnCountProperty | Reference to the MaximumColumnCount property. | |
MinimumColumnCountProperty | Reference to the MinimumColumnCount property. | |
MinimumPopupColumnCountProperty | Reference to the MinimumPopupColumnCount property. | |
NRibbonGallerySchema | Schema associated with NRibbonGallery. | |
SpinnerChild | Reference to the Spinner child. | |
TablePickerChild | Reference to the TablePicker child. |
Name | Description | |
---|---|---|
CollapsedDropDown | Gets the button that is shown when this ribbon gallery is collapsed (i.e. when it is in small state). | |
CollapseToMedium | Determines when the gallery should collapse to Medium state. | |
CollapseToSmall | Determines when the gallery should collapse to Small state. | |
ColumnCountStep | Gets or sets the number of additional columns this gallery should try to show if there is available space. | |
CurrentState | Gets or sets the current state of the ribbon gallery. Automatically updated by Nevron. | |
Icon | Gets or sets the image of the collapses drop down of this ribbon gallery, which is shown when it is in small state. | |
InitialState | Gets or sets the initial state of the ribbon gallery. This is also its largest allowed state. | |
MaximumColumnCount | Gets or sets the maximum number of columns this gallery should show. | |
MinimumColumnCount | Gets or sets the minimum number of columns this gallery should show. If the available area is not enough to fit this number of columns, the gallery goes into small (i.e. collapsed) state. | |
MinimumPopupColumnCount | Gets or sets the minimum number of columns to show in the popup. | |
PopupMenu | Gets or sets the menu shown at the bottom of the popup. | |
SelectedCell | Gets or sets the currently selected table picker cell. | |
SelectedIndex | Gets or sets the selected index of the table picker. | |
Spinner | Gets the Spinner child. | |
TablePicker | Gets or sets the table picker hosted in this ribbon gallery. | |
Text | Gets or sets the text of the collapsed drop down of this ribbon gallery, which is shown when it is in small state. |
Name | Description | |
---|---|---|
EnsureVisible | Scrolls the picker in the proper direction so that the given cell becomes visible. | |
GetSize | Gets the size of the widget when in the given state. | |
GetStateForGroupState | Gets the state this widget should be in when its owner group is in the specified state. | |
VisitChildDisplaySubtree | Overridden. Overriden to clip the table picker child with the row height. |
Name | Description | |
---|---|---|
AGhd | ||
ArrangeContent | Overridden. Arranges the content of this ribbon gallery. | |
CreatePopupTablePicker | Creates the table picker to use for the popup, which shows when the user clicks the drop down button of the ribbon gallery. | |
CreatePopupWindow | Overridden. Creates the popup window. | |
DeepCopyCore | Overridden. Called to perform the actual deep copying of the source node. | |
GetColumnCountForState | Gets the number of columns the table picker should have for the given state. | |
MeasureContent | Overridden. Measures the size of this ribbon gallery. | |
OnChildInserted | Overridden. Called when a child node is inserted in this ribbon gallery. Overriden to subscribe to table picker events and create ribbon group states in the owner ribbon group. | |
OnChildRemoved | Overridden. Called when a child node is removed from this ribbon gallery. Overriden to unsubscribe from table picker events. | |
OnParentChanged | Overridden. Called when the parent node of this ribbon gallery has changed. Overriden to create states in the owner ribbon group based on the states of this gallery. | |
OnPopupOpening | Overridden. Called when the popup window is about to be opened. Overriden to update the content of the window. |
Name | Description | |
---|---|---|
SelectedIndexChanged | Occurs when the selected index of this gallery's table picker changes. |