P
Prasanna Sampath [MS]
Hi,
I am trying to display the following data on a form. The data can be thought
of as having several rows each with 2 columns. The first column is just
static text. The 2nd column is a enumeration type (with fixed enumerations).
The user should be able to click a combo box and pick an enumeration.
What is the best way to display this kind of data in a form? I have tried
the following:
1. Tried a Panel control. and inside the panel I represented the 1st column
as a text box / label and the 2nd column as a combo box. The problem here is
that there is no vertical scrolling capability in NET CF. So only the first
say 10 rows are displayed.
2. Tried a datagrid. However I could not find a combo box style for the 2nd
column's datagridcolumnstyle.
Is there a way to do this?
Thanks very much.
-Prasanna
I am trying to display the following data on a form. The data can be thought
of as having several rows each with 2 columns. The first column is just
static text. The 2nd column is a enumeration type (with fixed enumerations).
The user should be able to click a combo box and pick an enumeration.
What is the best way to display this kind of data in a form? I have tried
the following:
1. Tried a Panel control. and inside the panel I represented the 1st column
as a text box / label and the 2nd column as a combo box. The problem here is
that there is no vertical scrolling capability in NET CF. So only the first
say 10 rows are displayed.
2. Tried a datagrid. However I could not find a combo box style for the 2nd
column's datagridcolumnstyle.
Is there a way to do this?
Thanks very much.
-Prasanna