Windows Size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pedro007
    New Member
    • Nov 2009
    • 19

    Windows Size

    I have a window with 2 buttons and a listbox.
    I want to change the buttons so that the join us when resizing the window size (from listbox).
    actually there is a property or something was?

    Reagrds
    Pedro
  • Dheeraj Joshi
    Recognized Expert Top Contributor
    • Jul 2009
    • 1129

    #2
    What is the actual problem..?

    Regards
    Dheeraj Joshi

    Comment

    • pedro007
      New Member
      • Nov 2009
      • 19

      #3
      my question :

      is a property or something that resize my list with the 2 buttons?


      ragards

      Comment

      • Dheeraj Joshi
        Recognized Expert Top Contributor
        • Jul 2009
        • 1129

        #4
        There is no property like this.

        But you must be able to decrease and increase the size as the resize is done using dragging.

        Regards
        Dheeraj Joshi

        Comment

        • tlhintoq
          Recognized Expert Specialist
          • Mar 2008
          • 3532

          #5
          You can create an event handler on the form's .Resize event.
          In that handler you can set the size and location of the controls you want to change

          Comment

          Working...