How do I use a GridViewColumn in DateTime format in a WPF ListView?

I have a small WPF application; all column templates are ok and they are textboxes, but I couldn't find a way to bind a DateTime column (i.e. as a DateTimePicker) to a GridViewColumn.

+1


source to share


1 answer


I don't know if this will work, but you can check this . Also there is some wpf control in here .



0


source







All Articles