$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
PageView WinForms Control
Create slick looking tab strip or panel, overlapping tabs, organize content, insert images into items
Home > WinForms UI Controls > User Manual > Strip Scroll and Overflow in C#

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.

KetticPageViewStripElement stripElement = (KetticPageViewStripElement)this.ketticPageView1.ViewElement;
stripElement.StripButtons = StripViewButtons.All;

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.
  • All, this strip view mode of KetticPageView is used to show the strip buttons including left scrolling button, right scrolling button, overflowing button and close button
  • None, this button will not show any buttons in strip view mode
  • Scroll, the scroll mode of StripView will show both left and right scroll strip buttons
  • Close, this mode is used to show the close button in strip view for KetticPageView WinForms control
  • LeftScroll, when this mode is selected, it will only show the left scroll strip button
  • RightScroll, when this mode is selected, it will only show the right scroll strip button
  • ItemList, the ItemList is able to show a drop-down button which will invoke a drop-down list of the items in strip view mode
  • VS2008Style, when this button is chosen, it will show the item list drop-down button and the close button in strip view mode
  • VS2005Style, when selecting this button, it will show the left and right scroll strip buttons scroll as well as the close button

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.

stripElement.StripButtons = StripViewButtons.All;
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls