Categories
How to implement a list of posts (posts) in WPF (C#)?
Hello! It is necessary to display in the application a designed list of records (posts). Which component will implement this?
Answer the question
In order to leave comments, you need to log in
listview - if single column listbox - if tiled
ItemsControl as storage. Describe the ItemTemplate to display each item. An ItemsPanel or ItemsPanelTemplate describes a "canvas" - you want tiles, you want left-to-right, you want top-down.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question