Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Create list view/box like table with key and value

$
0
0

I wanted to create list view like follows ,how should I do that in WPF.

  1. which control should I use?
  2. when I try to define the observer collection to key value , I didnt able to do it...any idea?

enter image description here

  class ViewModel
        {

        public ObservableCollection<string> ServiceCollection { get; set; }

        public ViewModel()
        {
           ServiceCollection = new ObservableCollection<string>();
        }

Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>