Smoothly resizing a "Docked" list box?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gregory_may

    #1

    Smoothly resizing a "Docked" list box?

    Is it possible to smoothly resize a list box that is Docked? Its "Jumping"
    to the next text line as the form is resized.

    It would just look better if it smoothly resized ... like the other panels
    on the form.

    Make since?

    Greg.


  • Cor Ligthert [MVP]

    #2
    Re: Smoothly resizing a "Docked&qu ot; list box?

    Greg,

    To be sure have I draged a textbox on a form and docked that as top, than I
    have draged a listbox to a form and docked that as middle

    I can smoothly resize that form.

    Can it not be something else.

    Cor


    Comment

    • Armin Zingler

      #3
      Re: Smoothly resizing a "Docked&qu ot; list box?

      "gregory_ma y" <None> schrieb[color=blue]
      > Is it possible to smoothly resize a list box that is Docked? Its
      > "Jumping" to the next text line as the form is resized.
      >
      > It would just look better if it smoothly resized ... like the other
      > panels on the form.[/color]


      Integralheight = false


      Armin

      Comment

      • gregory_may

        #4
        Re: Smoothly resizing a &quot;Docked&qu ot; list box?

        OOohhhh yea. This looks like it! Thanks! I will try it later today!

        g.

        "Armin Zingler" <az.nospam@free net.de> wrote in message
        news:eNVOoaamFH A.3536@TK2MSFTN GP10.phx.gbl...[color=blue]
        > "gregory_ma y" <None> schrieb[color=green]
        >> Is it possible to smoothly resize a list box that is Docked? Its
        >> "Jumping" to the next text line as the form is resized.
        >>
        >> It would just look better if it smoothly resized ... like the other
        >> panels on the form.[/color]
        >
        >
        > Integralheight = false
        >
        >
        > Armin[/color]


        Comment

        Working...