Completed
Last Updated: 21 Jun 2018 14:39 by ADMIN
ADMIN
Dimitar
Created on: 14 Jun 2018 11:06
Category: Editors
Type: Bug Report
0
FIX. RadPopupEditor - the popup is incorrectly sized when the DropDownSizingMode is set to none
To reproduce:
- Set the DropDownSizingMode to None
- Show the popup several times.
- Each time the height is increased.

Workaround:
var popup = radPopupEditor1.PopupEditorElement.PopupForm as RadPopupContainerForm;
popup.SizingGrip.MinSize = new Size(0, 0);
0 comments