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

Edit RadPageViewStripItem Size - ViewMode: Backstage

1 Answer 84 Views
PageView
This is a migrated thread and some comments may be shown as answers.
Pantelis
Top achievements
Rank 1
Pantelis asked on 19 Jan 2013, 11:23 AM
How do I change the size of the items? Whenever I set the AutoSize property of the StripViewItemLayout to False, the whole control disapears in debug mode.


EDIT:

Did it with the Padding property.

1 Answer, 1 is accepted

Sort by
0
Anton
Telerik team
answered on 23 Jan 2013, 08:24 AM
Hi Pantelis,

Thank you for writing.

By default the AutoSize property is true and all layouts automatically calculate their size depending on the desired size of the inner elements. In this mode you cannot set the Size of the elements (in this case RadPageViewStripItems) but you can adjust their size with the MinSize and MaxSize properties and their offset with padding and margin. 

If you set AutoSize property to false, the layouts will not calculate their size automatically and you will be able to set the size manually.

I hope this helps. Let me know if you have any additional questions.

Regards,
Anton
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.
Tags
PageView
Asked by
Pantelis
Top achievements
Rank 1
Answers by
Anton
Telerik team
Share this question
or