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
5549
PopupControlContainer location
posted

Hi, how can i set the location of the popupcontrol container?
Or when i have a button which shows the popup container (.show) how can i say that i show it above the button,under the bottom ?

Parents
  • 18495
    Suggested Answer
    posted

    Hello Martin,

    Thank you for contacting Infragistics.

    You can use the overload of Show() which takes an instance of PopupInfo to do what you want.  Set the ExclusionRect property to the rectangle of the button that is showing the popup.  Then set the Position property to either AboveExclusionRect or BelowExclusionRect.

Reply Children