Completed
Last Updated: 05 Jul 2017 11:01 by ADMIN
ADMIN
Paul
Created on: 07 Aug 2013 11:03
Category: Form
Type: Bug Report
1
FIX. RadForm - when resize is disabled the form can still be resized from the context menu resize option
Workaround: 
((RadFormControlBase)this).MinimumSize = new Size(350, 350);
((RadFormControlBase)this).MaximumSize = new Size(350, 350);
0 comments