We did not implement % in datagridcolumn for code size and performance reasons. Also, it doesn't really make sense if horizontalScrollPolicy="on".
If horizontalScrollPolicy="off" (default), then if you give default sizes to your columns that add up to 100, they'll all scale proportionally and effectively give you % ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Baljeet singh Sent: Tuesday, September 11, 2007 5:00 AM To: [email protected] Subject: [flexcoders] How can we set the height & width in % for Data grid column ?? There is no percentHeight & percentWidth properties for DataGridColumn control. How can we set them in % ?? Rest all of the components have % height & width. Why these are not defined for DataGridColumn . Thanks & Regards, Bali

