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
420
Advanced Color Picker Pop Up Location
posted

Is there a way to set where the advanced color picker pops up when you click the button? I have a color picker on the right side of the window, and when a user clicks on the advanced button, it pops up so that half of it is cut off at the edge of the window.

Parents
No Data
Reply
  • 34510
    Suggested Answer
    Offline posted

    Hi RVassar,

    The advanced color picker popup is calculating it's own position internally.  What I found that you had to do was get the Popup and wait for it to open.  Once it is opened you can set it's HorizontalOffset to move it left or right.  This will override the calculated offset.

    I attached a sample that demonstrates this.  Let me know if you have any questions.

    ColorPickerAdvancedLocation.zip
Children
No Data