Divelements Community
Customer discussion of all Divelements products

Hide ExplorerBarPane

Latest post 01-29-2006 14:33 by Tim Dawson. 1 replies.
  • 01-14-2006 0:00

    Hide ExplorerBarPane

    Hi,

    How I can hide an ExplorerBarPane completely ?.....like a normal visible=false;

    Thanks,
    Alexnaldo Santos

  • 01-29-2006 14:33 In reply to

    Re: Hide ExplorerBarPane

    As you correctly stated, the Visible property is used to determine whether the pane contents is visible - the header is always shown. To remove one completely, you can remove it completely from the Controls collection of the ExplorerBar. Another way of doing this is to set its parent:

    explorerBarPane1.Parent = null;

    And to put it back:

    explorerBarPane1.Parent = explorerBar1;

Page 1 of 1 (2 items) | RSS
Copyright © 2008 Divelements Limited
Powered by Community Server (Commercial Edition), by Telligent Systems