Completed
Last Updated: 16 Jan 2017 13:26 by ADMIN
ADMIN
Hristo
Created on: 05 Jan 2017 09:53
Category: PdfViewer
Type: Bug Report
1
FIX. RadPdfViewerNavigator - the zoom drop-down does not have a sufficient width in the VisualStudio2012Light theme
How to reproduce: check the attached video
a slight cut off can also be observed with the ControlDefault and the TelerikMetro themes

Workaround: 
CommandBarDropDownList dropDownList = this.radPdfViewerNavigator1.CommandBarElement.FindDescendant<CommandBarDropDownList>();
dropDownList.MinSize = new Size(72, 22);
0 comments