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
85
Ultratoolbarsmanager resize event
posted

My requirement is to change LabelTool content dynamically. One of the way is to put this code in resize event so that I can put ellipsis character (...) at the right edge of the LabelTool, denoting that the LabelTool text extends beyond the specified length of the LabelTool.

The challenge what I am facing is that I don’t see resize event in Ultratoolbarsmanager. TaskPaneToolResize event is available but that can be used only with TaskPaneTool and this doesn’t fulfill my requirement. I need similar stuff for LabelTool

Parents
No Data
Reply
  • 18495
    posted

    Hello Abhishek,

    Thank you for contacting Infragistics.

    From the research I've done, the LabelTool always resizes itself to be big enough to display the text in its Caption property, regardless of what the MaxWidth property is set to.  I will discuss this with our engineers to see if this behavior is expected.

Children