Completed
Last Updated: 29 Jun 2013 01:36 by ADMIN
ADMIN
Stefan
Created on: 29 Jun 2013 01:36
Category: UI Framework
Type: Feature Request
0
FIX. Office2007Black - the header and footer of RadPageView in Strip mode should not be visible
Workaround:

DirectCast(radPageView1.ViewElement, RadPageViewStripElement).Footer.Visibility = ElementVisibility.Collapsed
DirectCast(radPageView1.ViewElement, RadPageViewStripElement).Header.Visibility = ElementVisibility.Collapsed
0 comments