Unplanned
Last Updated: 20 Nov 2017 12:11 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 10 Nov 2017 11:28
Category: Buttons
Type: Bug Report
1
FIX. RadDropDownButton - incorrect position for the drop down after changing the monitor
Workaround:
            
            this.radDropDownButton1.DropDownButtonElement.DropDownMenu.PopupElement.AutoSize = false;   
            this.radDropDownButton1.DropDownButtonElement.DropDownMenu.PopupElement.Size = new Size(300, 300);
0 comments