| | | | Browse by category |
Problem
How can I create a grid with listbox functionality?
Cause
Action
The following example shows you how to enable listbox-mode:
////////////////////////////////////////////////////////////////// void CMyGridView::OnInitialUpdate( ) { |
||
CGXRecordView::OnInitialUpdate( );
// Initialize default style // Initialization for listbox-mode // select first row |
||
} |