본문 바로가기
WPF

RadTreeListView Example

by leo21c 2021. 9. 2.
SMALL

 

RadTreeListView.zip
5.42MB

https://docs.telerik.com/devtools/wpf/controls/radtreelistview/radtreeliestview-getting-started#radtreelistview-vs-radgridview

 

WPF TreeListView | Getting Started | Telerik UI for WPF

This article will guide you through the process of creating a sample application with RadTreeListView. You should use the RadTreeListView control to display hierarchical data in a tabular format. In order to achieve this, the control combines the functiona

docs.telerik.com

RadTreeListView 설명에 있는 예제를 프로젝트로 만들어서 컴파일을 진행.

 

Use RadTreeListView only when you need to display homogeneous data. For heterogeneous data use the Hierarchical RadGridView. Heterogeneous data means a source with different type of objects in it.

 

위와 같은 문구가 있다.

TreeList로 표시할 데이터는 같은 class 구조를 가진 것만 가능하다.

여러 종류의 class 데이터를 표시하기 위해서는 Hierarchical RadGridView를 사용해야 한다.

 

사용에 주의가 필요하다.

예제 프로젝트를 첨부한다. MSVS2017로 제작. telerik 2021.2.615.45.

 

 

LIST