Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1825
Popup control Contain Tool ?
posted

Good morning,

Works fine when user clicks on the little dropdown arrow on the right hand side of the control.

I would like when the user clicks on the button itself, not the down arrow, that it would show the drop down container control just like if they had clicked on the arrow.

Is this possible?

Want to call it from code, vb.net, if possible.

thanks

Deasun

Parents
No Data
Reply
  • 1825
    posted

    Also another issue with this popup control;

    i have put a ultrawintree control in it and when the user clicks on one of the nodes it wont disappear.

    I have put code in the afterselect to make the control invisible and the tree does disappear.

    But the popup container remains in place!!

    I tried adding the following code;

     Dim objContainerTool As Infragistics.Win.UltraWinToolbars.PopupControlContainerTool
    objContainerTool = uwTBMgr.Ribbon.Tabs("Assignment").Groups("A Rep").Tools("Assign A Rep")
    objContainerTool.SharedProps.Visible = False

    The container then disappears but the tool is now disabled! So user cant click on it again to see the popup!

    Whats am i missing here?

    Thanks

    Deasun

Children