Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Horizontal scroll bar in CExtReportGridWnd? Collapse All
Subject Author Date
ven rag Oct 5, 2006 - 6:35 AM



Hi folks

can i get Horizontal scroll bar in CExtReportGridWnd because lot of colunm is there. i can’t view colunm header without resizing the column.

Thanks

Suhai Gyorgy Oct 5, 2006 - 7:23 AM

Call ReportColumnProportionalResizingSet(false); when initializing the reportgrid, that way the columns will have the width that you set for them with ReportGridColumn’s ExtentSet() method.