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
115
How to find out the current width of the drop down?
posted

I am setting a datasource that contains a column whose width is too big, i would like to limit this to a specific width but only if it exceeds a specific value, i am able to set the width using UltraCombo.DropDownWidth, however the value of this property is -1 before assigning to it. How can i know the width that it will take?