Automatic Update Width

Hi,

I want to bind the with of Automatic Update to something that present Current Width. how i can do it?or use a event to set the width with current Automatic Update Width?or Change Automatic With Dynamically by it's Current Text?

By default the AutomaticUpdater dynamically chooses the best width. If you want to set a custom Width then you have to disable animation first by setting the "Animate" property to false.

Hi,I Know & i disable Animation. But I want to set or Bind width to the Current Width?

You need to disable the animation before you can set your own width. That was the point I was trying to make.

Does that make sense?

I got it & disable the animation before set the width.But i want the width value was not be static. i want to bind the width to the dynamically width that it chosen.

So, you want the AutomaticUpdater to dynamically expand & contract without the animation? That's currently not possible, but you can certainly modify the AutomaticUpdater source code to add it.