This is a migrated thread and some comments may be shown as answers.

Backstage View Mode, item height

3 Answers 167 Views
PageView
This is a migrated thread and some comments may be shown as answers.
CLEMENT
Top achievements
Rank 1
CLEMENT asked on 24 Oct 2012, 07:47 AM
Hi,

I've got a radPageView in Backstage view mode, how to set the height of an item in the tab list ?

I've been able to achieve this with this code snippet 

foreach (RadPageViewPage page in this.radPageView.Pages)
{
     page.Item.MaxSize = new Size(0, 20);
}

But I want to do this in design mode, not programatically.

Thanks

3 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 24 Oct 2012, 01:30 PM
Hello Clement,

Thank you for writing.

Currently, the only way to changes the item's height is programmatically - you cannot do that in design time.

I hope that you find this information useful.
 
All the best,
Stefan
the Telerik team
You’ve been asking for it and now it’s time for us to deliver. RadControls for WinForms Q3 2012 release is just around the corner. Sign up for a free webinar to see first all the latest enhancements.
0
Steinar
Top achievements
Rank 1
answered on 09 Jan 2020, 02:31 PM

Hi Stefan,

Is it possible to change the tab height at design time now? or still only at runtime?

Regards Steinar

0
Nadya | Tech Support Engineer
Telerik team
answered on 10 Jan 2020, 11:58 AM

Hello Steinar,

RadPageView offers properties at design time on PageView level. Changing the item size is still possible only at run time. However, if we receive more requests for setting item size at design time, we will consider it in the future improvement of the control. 

Please do not hesitate to contact us if you have any other questions or concerns.

Regards,
Nadya
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
PageView
Asked by
CLEMENT
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Steinar
Top achievements
Rank 1
Nadya | Tech Support Engineer
Telerik team
Share this question
or