Completed
Last Updated: 11 Dec 2015 13:46 by ADMIN
ADMIN
Ivan Todorov
Created on: 22 Oct 2012 01:54
Category: Editors
Type: Bug Report
1
FIX. RadTextBox - anchored RadTextBox (or other auto-size controls) does not size correctly when the form starts as a maximized MDI child
If you put RadTextBox on a form, set its Anchor to Bottom \ Left and you show the form using the following code:
            RadForm1 rf = new RadForm1();
            rf.MdiParent = this;
            rf.WindowState = FormWindowState.Maximized;
            
0 comments