RE: [flexcoders] datagrid cell scrollbars

2005-03-04 Thread Robert Brueckmann
That did the trick. I never eventhought to look into my custom renderer and shut off the scroll policy of the cell renderer. As soon as I added hScrollPolicy to off for both of my custom cell renderes, printing no longer produces the horizontal scroll bars! Yourock. Thanks. Robert L.

Re: [flexcoders] datagrid cell scrollbars

2005-03-02 Thread Manish Jethani
Robert Brueckmann wrote: Is there any way to prevent the horizontal scrolling? I cant find anything in the DataGridColumn or DataGridRow classesideas? How about setting the 'hScrollPolicy' to off? Manish

RE: [flexcoders] datagrid cell scrollbars

2005-03-02 Thread Robert Brueckmann
: Manish Jethani [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 1:29 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] datagrid cell scrollbars Robert Brueckmann wrote: Is there any way to prevent the horizontal scrolling? I can't find anything in the DataGridColumn

Re: [flexcoders] datagrid cell scrollbars

2005-03-02 Thread Manish Jethani
Robert Brueckmann wrote: Doesn't exist for DataGridColumn...at least not in the APIs...I tried applying it to the overall datagrid, but that did nothing. *sigh* I can't try any code now because my machine's frozen, but here's an idea: maybe you could iterate through the columns and set the width