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 |
|
Gorgan Alin
|
Aug 6, 2008 - 2:35 AM
|
Hello, I’ve noticed that CExtGridCellUpDown can increment float values, what about CExtSpinWnd, am I missing something? Thank you.
|
|
Technical Support
|
Aug 9, 2008 - 12:15 PM
|
CExtSpinWnd is based on the standard MFC class CSpinButtonCtrl which provides functionality of the Windows common spin button control. It is used for incrementing or decrementing integer values.
CExtGridCellUpDown is implemented in an absolutely different way and it has nothing to do with CExtSpinWnd . Their functionality is similar but different. CExtGridCellUpDown can be used for scrolling any data types supported by Prof-UIS grid while CExtSpinWnd doesn’t.
|
|