HandleCreated should fire for all pages in RadPageView
If you have a RadPageView in Strip mode with the DropDown button for the overflow menu and you double-click that button, you get a menu which lists the PageView items twice.
FIX. RadPageView - setting a Backcolor to a RadPageViewPage does not affect it until the designer is refreshed
If you run your project in debug mode and try to select a page in the desginer, the designer of RadPageView gets broken.
RadPageView does not show the individual tabs close buttons when they are enabled in the form constructor.
RadPageView localization can be set only before the Application.Run line, otherwise it does not take effect
The header does not fill its content area entirely when Windows7 theme is used.
When you set a certain page visibility to hidden or collpased (radPageViewPage2.Item.Visibility = Telerik.WinControls.ElementVisibility.Hidden;) and then navigate with Left and Right arrow keys, you are able to navigate to a hidden page.
In order to reprocude: - Add RadPageView - Add RadPageVIewPage (or two) - Add couple controls to the bottom right corner or the page (aligned with the and of the page) - Set those controls Anchoring property to Bottom, Right Start and the controls are in a different position then the they were located.
After disabling the whole form with the controls in it, and the enable it again, the other controls are enabled but the StripItems (radPageViewPage) does not enable.