This feature request refers to RadPageView in Strip ViewMode, which supports a multi-line StripElement. Thus StripItems will appear in different lines.
Add a Visible property to RadPageView Pages for all modes
FIX. RadPageView when color blending is added, the control flickers.
Add scroll to a PanelBarGroupElement functionality
To reproduce: - Implement the example from this page http://www.telerik.com/help/winforms/pageview-how-to-editing-page-tabs.html. - Set the page text to empty string and click on another page. Workaround: subscribe to the editor's element RadPropertyChanging event: void element_RadPropertyChanging(object sender, RadPropertyChangingEventArgs args) { if (args.Property == RadElement.ContainsFocusProperty) { if (!(bool)args.NewValue) { args.Cancel = true; } } }
To reproduce: - Add RadpageView to a form and build the application. - Merge the assemblies with .NET Reactor - Run the new exe file.