A
A
Anton2016-01-05 18:56:16
WPF
Anton, 2016-01-05 18:56:16

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

2 answer(s)
V
Vyacheslav Zolotov, 2016-01-05
@SZolotov

listview - if single column
listbox - if tiled

S
Sumor, 2016-01-05
@Sumor

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 your question

Ask a Question

731 491 924 answers to any question