Unplanned
Last Updated: 30 Mar 2016 09:13 by ADMIN
ADMIN
Stefan
Created on: 17 Feb 2011 09:53
Category:
Type: Bug Report
1
FIX. RadMenu - reducing the size of the popup while having multiple items (100) leaves RadScrollLayoutPanel size intact.
Workaround:
menu.DropDown.RootElement.Children[0].Children[3].Children[1].Children[2].MaxSize = new Size(0, 400);
menu.DropDown.PopupElement.MaxSize = new Size(0, 400);
0 comments