Creating new dataview

  • Thread starter Thread starter Dvae c
  • Start date Start date
D

Dvae c

Does all dataview's in .net compact framework have to be created via
code or is there a way in Visual Studio IDE to create them and just
reference then in VB code?
 
Only in code. Anyone know of a lightweight grid besides
Datagrid for displaying tabular data?
 
An alternative is to use a ListView in Details view for a fairly simple
control. However it doesn't bind to a Dataview - you will need to write code
to populate the control yourself e.g. using a DataReader.

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
 
Back
Top