| | | | Browse by category |
Article ID: 521
Last updated: 16 Apr, 2018
Problem
How can I create a grid with list-box functionality?
Cause
Action
The following example shows you how to enable listbox-mode:
////////////////////////////////////////////////////////////////// void CMyGridView::OnInitialUpdate( ) { |
|||
CGXRecordView::OnInitialUpdate( );
// Initialize default style |
|||
.SetControl(GX_IDS_CTRL_STATIC); | |||
SetReadOnly(TRUE);
// Initialization for listbox-mode CGXProperties* pProp = GetParam( )->GetProperties( ); // select first row |
|||
} |
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 521
Last updated: 16 Apr, 2018
Revision: 3
Views: 1685
Posted: 11 Jan, 2001 by
Meltreger B.
Updated: 16 Apr, 2018 by
Meltreger B.
Others in this category
Powered by KBPublisher (Knowledge base software)