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.
Subject |
Author |
Date |
|
Douglas Hoppes
|
Jul 24, 2007 - 9:26 AM
|
Is there a better way to show/hide columns programmatically than setting the width of the column?
|
|
Technical Support
|
Jul 25, 2007 - 5:11 AM
|
If you are talking about the report grid, you can use the CExtReportGridWnd::ReportColumnActivate() method which shows/hides columns.
|
|
Douglas Hoppes
|
Jul 26, 2007 - 12:40 PM
|
Thanks for the response. Nope... I’ve created my class subclassed from CExtGridWnd. I have a standard grid control where you list values, enter values, etc. Should it be inherited from ReportGridWnd instead? My control is basically a standard editable grid window.
Doug
|
|