Completed
Last Updated: 23 Dec 2010 08:45 by ADMIN
RadPageView does not show the individual tabs close buttons when they are enabled in the form constructor.
Completed
Last Updated: 28 Jul 2011 07:32 by ADMIN
Currently it is not possible to scroll to the active page when expanding or selecting it in explorer view.
Completed
Last Updated: 28 Feb 2014 10:35 by ADMIN
ADMIN
Created by: Georgi I. Georgiev
Comments: 0
Category: PageView
Type: Bug Report
0
To reproduce: Add a page to RadPageView with ViewMode set to ExplorerBar. Add controls so that the scrollbar appears.Set AutoScroll to true. Now if you tab through the controls you will see visual glitches and incorrect behavior.
Completed
Last Updated: 23 Nov 2011 01:48 by ADMIN
Additionally, using the EnsureItemVisible of the ViewElement in Form.Load or Form.Shown does not bring the item into view also.

To reproduce:
1. Create a form with page view (size 250,250).
2. Add 10 pages and keep the last one selected
3. On Form.Load or Form.Shown set the selected page to the first page => the page is selected but the last tab is visible instead of the first one.
Completed
Last Updated: 28 Jul 2014 11:43 by ADMIN
1. Add RadPageView to a form
2. In the code behind, after InitializeComponent set the ViewMode to ExplorerBar
3. Subscribe to the ItemCreating event of the control
4. Create three RadPageViewPages and add them to the control
5. Run the application
Completed
Last Updated: 19 Dec 2011 07:02 by ADMIN
1. Create a new project with RadPageView.
2. Add two buttons.
3. On first button click add 100 pages.
4. On second button click remove these pages by calling the Clear method of the Pages collection.
5. Run the project and press these buttons several times.
Completed
Last Updated: 13 Jun 2011 04:32 by ADMIN
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.
Completed
Last Updated: 19 Dec 2016 09:37 by ADMIN
One can't set the image scaling of the pages' tabs. For example if you have a big image and you want to scale it down to a size of 10x10, you will not be able to do so.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: PageView
Type: Bug Report
0
One is not able to change the size of the buttons in the buttons panel of RadPageViewPage item. As a result you can get only square buttons.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
When you try to programmatically select a page in the Form_Load of the Form that holds RadPageView, the page becomes selected, but the content that is shown for the page is not correct.
1 2 3 4 5 6