RecentItemControl.ContentPanelMinWidth Property
Gets or sets the minimal width of the control’s right region.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An Int32 value that is the minimal width of the control’s right region. |
Remarks
These properties allow you to resize the RecentItemControl‘s left and right regions.
- The RecentItemControl.MainPanelMinWidth property - specifies the minimal width of the control’s left region, where the panel assigned to the RecentItemControl.MainPanel is displayed.
- The ContentPanelMinWidth property - specifies the minimal width of the control’s right region, where either the content or default content panel is shown (the RecentItemControl.ContentPanel and RecentItemControl.DefaultContentPanel properties respectively). This setting has a lower priority than the RecentItemControl.MainPanelMinWidth property.
- The RecentItemControl.SplitterPosition property - gets or sets the initial position of a splitter element, located between the control’s right and left regions. This value cannot be less than the RecentItemControl.MainPanelMinWidth property value.
See Also