Using DateTimePicker in a Listview

  • Thread starter Thread starter Zac Maclean
  • Start date Start date
Z

Zac Maclean

I have read up on the MSDN site about the uses of the DateTimePicker, and
have gotten the code to work successfully using a label as placeholder. I
want to place the picker in a Listview, set it to "today" then allow the
user to pick a new day for scheduling. I can handle the events after that.


If listview is not the right control to be able to do this, would datagrid
be better?


Zac Maclean
 
Back
Top