C# Backstage View Customizing
KetticPageView control allows the users easily to customize the Backstage view mode by using C# code and creating or changing a theme. This is accomplished by customizing five different stages, including the customization of content area, items area, buttons area, page items and group items. However, the items customization can only be done by using C# code for the use of image shape.
How to Customize Content Area of Backstage View Mode
To customize the content area, we can both modify the predefined theme and use C# code. The following are the steps that demonstrate how to customize the content area by changing the default theme.
C# code for Customizing Content Area of KetticPageView
How to Customize Items Area of KetticPageViewPages
To customize Items Area of KetticPageViewPages, we shall choose the StripViewItemLayout element. The C# code below demonstrates how to access the content area of Backstage View mode.
How to Customize Buttons Area
To customize the Buttons Area, we need to access the StripViewButtonsPanel element by expanding the KetticPageViewBackstageElement and StripViewItemContainer. In the buttons panel, the users are able to customize the buttons. In addition, the buttons panel is not visible and we can change the Visibility property to Visible to make it visible. The C# code below shows how to access the StripViewButtonsPanel element from the ItemsContaier of the Backstage element.
How to Customize KetticPageViewItems
To customize the KetticPageViewItems, we shall use the UI Style Designer. The default setting is that the ImageShape determines the appearance of page items and we can create an image with the same size of page item and apply the image via the theme. The following steps demonstrate how to stretch the image to fill the desired items size.
How to Customize KetticPageViewStripGroupItem
To customize the group items, we shall access the KetticPageViewStripGroup item. The C# code below shows how to access and customize the group items. | ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPage View - StripViewScrolling and OverflowNew ItemPage View - OutlookViewOverflow GripOverflow MenuPage View - ExplorerBarViewCustomizationPage View - StackViewSelection ModeStack PositionPage View - BackStageViewCustomizationPage View - Add PagesPage View - LocalizationPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |