IBinaryRibbonComponentActAsGallery
interface.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Office
public interface IBinaryRibbonComponentActAsGallery : IBinaryRibbonComponent
Inherits from / implements: IBinaryRibbonComponent
Members at a glance
Columns | How many columns the gallery lays its items out in while it is on the ribbon. |
DropDownColumns | How many columns the gallery lays its items out in once it has been dropped down. |
IsCollapsed | Whether the gallery is currently showing as a single button rather than as a grid of items, which is what happens when the ribbon runs out of room. |
SetDropDownColumns | Sets how many columns the dropped-down gallery lays its items out in. |
Properties
Columns
int Columns
How many columns the gallery lays its items out in while it is on the ribbon.
DropDownColumns
int DropDownColumns
How many columns the gallery lays its items out in once it has been dropped down.
IsCollapsed
bool IsCollapsed
Whether the gallery is currently showing as a single button rather than as a grid of items, which is what happens when the ribbon runs out of room.
Methods
SetDropDownColumns
void SetDropDownColumns(int columns)
Sets how many columns the dropped-down gallery lays its items out in.
- columns
- The number of columns.