G
Guest
hi all
i am working in a MDI Application , and i want to disable the autoscroll
property of the midi parent form, i had used this but it didnt work
public Form1()
{
InitializeComponent();
this.AutoScroll=false;
}
how to solve this?
i am working in a MDI Application , and i want to disable the autoscroll
property of the midi parent form, i had used this but it didnt work
public Form1()
{
InitializeComponent();
this.AutoScroll=false;
}
how to solve this?