This is a migrated thread and some comments may be shown as answers.

Form Resize

0 Answers 181 Views
Form
This is a migrated thread and some comments may be shown as answers.
Mohammad Anas
Top achievements
Rank 1
Mohammad Anas asked on 11 Apr 2018, 10:46 AM

I am getting issue in form resize.. 

1) i cannot set form height in FloatingWindowCreated  as i mentioned below. kindly tell me how to resize form height as per required.
        void buyDock_FloatingWindowCreated(object sender, FloatingWindowEventArgs e)
        {
           e.Window.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
           e.Window.MinimumSize = new Size(735, 60);
            e.Window.StartPosition = FormStartPosition.CenterScreen;

        }

 

Thanks in addvance.

 

 

No answers yet. Maybe you can help?

Tags
Form
Asked by
Mohammad Anas
Top achievements
Rank 1
Share this question
or