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

Same background for all pages in page view

1 Answer 55 Views
PageView
This is a migrated thread and some comments may be shown as answers.
panchooo
Top achievements
Rank 2
panchooo asked on 27 Aug 2010, 10:03 PM
Hi,

Im trying to have the samebackground for all my pages i can acomplished this setting the imagebakground for every page in the pageview, the thing is in freaks out for a moment, i tried making everypage background transparent and applying the image background to the pageview background image but it wont show.

Any suggestions

Thanks 

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 01 Sep 2010, 05:40 PM
Hi panchooo,

Thank you for contacting us. You can do this by setting the DrawFill and DrawBorder properties for the page view content area to false. Please consider the code snippet below:
this.radPageView1.ViewElement.ContentArea.DrawFill = false;
this.radPageView1.ViewElement.ContentArea.DrawBorder = false;
this.radPageView1.ViewElement.BackColor = Color.Red;

I hope this helps. If you need further assistance, please contact me back.

 

Best wishes,
Jack
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
PageView
Asked by
panchooo
Top achievements
Rank 2
Answers by
Jack
Telerik team
Share this question
or