C# Customizing Stack Position in KetticPageView Control
The Stack view mode of KetticPageView provides flexible customization support on stack positions. KetticPageView Stack view mode supports the presentation of stack of items. The Stack View mode contains various orientations to position the stack items based on the content area, which will be positioned by the selection mode based on the chosen items. There are four orientations support and three selection types support.
Stack Positions of KetticPageView Support
The Stack View mode of KetticPageView component provides four orientations to customize the stack positions, Bottom, Left, Top and Right. The Bottom direction is the default setting. However, wherever the stack position, the chosen item content will be displayed at the position where the content area resides.
Customize Stack Position of KetticPageView in C#.NET
While customizing the stack position of the KetticPageView control, we must pay attention on the size of the KetticPageView control and the amount of the pages. It is necessary to add appropriate space for the content area. The following are the C# code to set the stack position to the right.
In the C# code example above, the KetticPageView control ViewElement property will return a reference to the main element of the current view in the control. We should set the ViewMode of the control to a specific view type which represents the element casted by the ViewElement. | ![]() 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 |