New to Telerik UI for WinFormsStart a free 30-day trial

Strip Element Properties

Updated over 6 months ago

You can use the following properties to change the behavior of the Strip View:

PropertyDescription
ShowItemCloseButtonShows/hides the tabs close button.
ShowItemPinButtonShows/hides the pin button. This button allows you to pin some of the tabs.
StripButtonsControls which strip button are currently visible. Detailed information is available here: Scrolling and Overflow (strip buttons)
ItemAlignmentAllows you to align the items.The possible values are: Near, Center, Far.
PreviewItemYou can use this property to set the preview item. This item is opened for preview on the far side of the regular items.
WinForms RadPageView pageview-strip-view-properties 001
StripAlignmentAllows you to align the entire strip. The possible values are: Bottom, Left, Top, Right.
NewItemVisibilityGets or sets the visibility of the internal NewItem.
AnimatedStripScrollingDetermines whether strip scrolling will be animated.
StripScrollingAnimationGets or sets the easing type of the strip scroll animation.
ItemContainerGets the container that holds item layout and strip buttons panel.
ItemFitModeDetermines the fit mode to be applied when measuring child items.
MultiLineItemFitModeGets or sets the MultiLineItemFitMode. This mode determines how the multiline layout will behave when control is resizing.

In order to be able to set the above properties you should cast the view element first:

Accessing the RadPageViewStripElement properties

C#
RadPageViewStripElement stripElement = (RadPageViewStripElement)this.radPageView1.ViewElement;
stripElement.StripButtons = StripViewButtons.All;

See Also

In this article
See Also
Not finding the help you need?
Contact Support