Scrolling and Overflow Strip Buttons in PageView in C#.NET
KetticPageView WinForms control is an alternative component and ships the entire functionalities of the KetticTabStrip and KetticPanelBar controls. This control provides easier approach and improves the performance. The PageView component is built on a platform that owns large flexibility and extensibility and completely supports the Kettic UI Framework. It allows the users easily implement different layout scenarios fast.
StripButtons Property of C# KetticPageView
To scroll in the strip view mode, or overflow the space by using the drop-down list of tabs in C# code, we need to use the StripButtons property of KetticPageView .NET component. The StripButtons property is included in the KetticPageViewStripElement. To access this strip element, we should use the ViewElement property in the strip mode of KetticPageView .NET component. The C# code below demonstrates how to access the StripButtons property.
Strip View Modes of C# KetticPageView
In addition to the scrolling mode, the StripView contains more modes that are supported by KetticPageView WinForms control. The following are the supported StripView modes of the control.
C# code for Setting StripView Mode
To set the appropriate mode for strip view of KetticPageView WinForms control, we can use the simple C# code snippet below.
| ![]() 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 |