invisible controls (control.visible=false)

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

    invisible controls (control.visible=false)

    Sorry for the dense and simple question. Do controls that have the visible
    property set to false take up any realestate on the browser window and
    appear like they don't even exist? Or are they still there taking up space
    but can't be seen?



  • bruce barker

    #2
    Re: invisible controls (control.visibl e=false)

    their render routine is not called, so their html is not included in the
    browser response.

    -- bruce (sqlwork.com)

    Andy B wrote:
    Sorry for the dense and simple question. Do controls that have the visible
    property set to false take up any realestate on the browser window and
    appear like they don't even exist? Or are they still there taking up space
    but can't be seen?
    >
    >
    >

    Comment

    Working...