Column Width

All,

Is there a way to programmatically set the size of the width of one of the columns in the autocomplete control?



1 Reply

FS Fathima Shalini P Syncfusion Team February 4, 2009 12:38 PM UTC

Hi Scott,

Thank you for your interest in Syncfusion Products.

Currently our AutoComplete control doesnot have width property for its column. We can set its MinColumnWidth property as given below:


this.autoComplete2.Columns[0].MinColumnWidth = 400;


Please let me know if any concerns.

Regards,
Fathima


Loader.
Up arrow icon