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
Hello Abhishek,
Do you have a project where you are setting the text of a LabelTool such that it gets truncated because the LabelTool is too small? If so, please provide it through the thread.
I created a sample project for your reference where LabelTool has text beyond its capacity. My objective is to provide some kind of overflow indicator so that my clients know, there is more text
Abhishek,
There is no way to do this by handling a resizing event off the ToolbarsManager. You could probably replace the text in a CreationFilter but I think you would still have to handle resizing events off the Form in order to distinguish between the state of the Form being maximized or minimized and I believe in your case this will not work for you.
I think you should submit this as a feature request by going to the "Product Ideas" page at our website which you will find at this url:
http://ideas.infragistics.com/