I am trying to achieve this.
I have a list of records (filenames) which I want to show in a list. Anybody has any idea as to which control to use.
Regards, Deepak
I am trying to achieve this.
I have a list of records (filenames) which I want to show in a list. Anybody has any idea as to which control to use.
Regards, Deepak
The information is right at your fingertips. You should learn to use Snoop. Aside from that, you should choose whatever control works best for you, which requires you to learn the difference between each. We can't really provide a good answer because there are many different ways this control could be implemented, and that's why WPF is so powerful.
Basically, you'll want to use a mixture of a Grid
and ItemsControl
. You can see the layout of the controls that are being used in this screenshot: