AutoScroll

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Just close your eyes and see

    #1

    AutoScroll

    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()
    {
    InitializeCompo nent();
    this.AutoScroll =false;
    }

    how to solve this?
  • Martin Stainsby

    #2
    Re: AutoScroll


    "Just close your eyes and see"
    <Justcloseyoure yesandsee@discu ssions.microsof t.com> wrote in message
    news:01C30A65-8277-485E-A96E-F76E0611959B@mi crosoft.com...[color=blue]
    > hi all
    > i am working in a MDI Application , and i want to disable the autoscroll[/color]


    Have a look at.




    Comment

    • Just close your eyes and see

      #3
      Re: AutoScroll

      many thx , it is a very helpfull article , and i am studying it now

      Comment

      Working...