Unplanned
Last Updated: 30 Mar 2016 09:35 by Jesse Dyck
ADMIN
Julian Benkov
Created on: 15 Feb 2013 08:14
Category: PageView
Type: Bug Report
4
FIX. RadPageView - layout is not correct when the child controls content is changed
It appears that when the contents of the RadPageViewPage is changed its height stays the same. fig1 shows the height before content is modified fig2 shows the height after content is modified(pressing ‘Next’ button), fig3 shows the height after one of the RadPageViewPage tabs is clicked, clicking 'Next' after that keeps the same height. It appears that if a tab is clicked the RadPageView resizes itself. So how can I make the RadPageView resize itself to its content programmatically.

Workaround: increase and decrease the Width of RadPageView to force the layout.
                rpv.Width += 1;
                rpv.Width -= 1;
3 comments
Jesse Dyck
Posted on: 04 Nov 2013 05:31
I also have the same problem with a RadGridView on de page. 
Jesse Dyck
Posted on: 24 Jul 2013 14:27
I take that back. I use a "simple" TabControl and experience similar behavior. I am using a TableLayoutPanel as the container managing controls within the page view page and/or tab page, and get the same behavior. So starting to think my application is mor
Jesse Dyck
Posted on: 24 Jul 2013 14:20
I'm not positive I am experiencing a similar issue, not just in that view. I am using the scrolling view, and page view page contents do not resize properly. It's hard to predict what the resize is doing exactly.