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 |
|
Fietiger Kisinger
|
Oct 25, 2008 - 6:33 AM
|
What should I do to hide the print button and the preview button on the PropertyGrid. Best regards!
|
|
Technical Support
|
Oct 27, 2008 - 3:54 AM
|
The CExtPropertyGridCtrl class does not support printing/previewing by default. You can turn on support for these features and display additional toolbar by using a CExtPPVW < CExtPropertyGridCtrl > template based class type. The CExtPPVW template class adds printing/previewing features to the CExtPropertyGridCtrl property grid class and other grid classes provided with Prof-UIS. This template class is also used in sample applications provided with Prof-UIS. If you remove it and use the CExtPropertyGridCtrl class "as is" in your project, then you will get what you need.
|
|