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
170
Changing text of a ButtonUIElement
posted

I have a column which has some cells that have their Style property set to Button. In my CreationFilter I want to change the text in the ButtonUIElement but it has no Text property? The reason I want to do this is that I need to be able to indent the text with a few space characters without changing the underlying data. The level of indent depends on a complex bit of logic so I figured the CreationFilter is the way to do it. How do I do I change the text on the ButtonUIElement?

Parents Reply Children