Resizing Form

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

    #1

    Resizing Form

    Hi,

    My form has a number of panels that define layout of the form. These
    panels are either docked or anchored and contain number of controls
    such as other panels or other controls.

    When I resize my form, it takes some time untill it gets refreshed, I
    assume due to number of panels I use on my form.

    How can I spped up this process ?

    _dino_
  • Dino Buljubasic

    #2
    Re: Resizing Form

    I found the problem !!!

    For those interested or having the same problem, check background
    colors of your panels and other controls !

    Setting background color to Transparent will drastically slow down
    refreshing of your form.

    _dino_



    On Mon, 30 Jan 2006 21:16:09 GMT, Dino Buljubasic
    <dino@noplaceli kehome.com> wrote:
    [color=blue]
    >Hi,
    >
    >My form has a number of panels that define layout of the form. These
    >panels are either docked or anchored and contain number of controls
    >such as other panels or other controls.
    >
    >When I resize my form, it takes some time untill it gets refreshed, I
    >assume due to number of panels I use on my form.
    >
    >How can I spped up this process ?
    >
    >_dino_[/color]

    Comment

    Working...