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

How to pageview Content Area Hide?

2 Answers 121 Views
PageView
This is a migrated thread and some comments may be shown as answers.
kang
Top achievements
Rank 1
kang asked on 30 Aug 2011, 09:42 AM

 

How to pageview Content Area Hide?

I Want Attach Image[No. 2] UI..

2 Answers, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 01 Sep 2011, 05:08 PM
Hello Kang,

Thank you for your question.

To hide the ContentArea of RadPageView, you can set its Size and MinSize properties:
this.radPageView1.ViewElement.ContentArea.MinSize = new Size(0, 0);
this.radPageView1.ViewElement.ContentArea.Size = new Size(0, 0);

I hope it helps.

Best regards,
Alexander
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
kang
Top achievements
Rank 1
answered on 02 Sep 2011, 06:08 AM
Thanks to Alexander.

Have a nice day.
Tags
PageView
Asked by
kang
Top achievements
Rank 1
Answers by
Alexander
Telerik team
kang
Top achievements
Rank 1
Share this question
or