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
135
Change the Field chooser Image
posted

Is there a way to change the image of the field chooser button that appeas on the grid on the upper left area of the grid?

Parents
  • 469350
    Verified Answer
    Offline posted

    I don't think there is a property for this. But you could do it with a CreationFilter. You just have to trap for the creation of the UIElement that is showing the image (probably an ImageUIElement) and change the image. Assuming you want it to be the same size, this should be pretty easy. If you want to change the size, it becomes quite a bit more complicated, if not impossible. 

Reply Children