I've tried to inherit class from RadTreeListView and add it on form via XAML and app shows nothing in debug.
How can I fix it quickly?
RadControls version = 2011.3.1220.40
How can I fix it quickly?
RadControls version = 2011.3.1220.40
public class TestTreeView : RadTreeListView{}<controls:TestTreeView ItemsSource="{Binding Items}" /> -> empty screen...<t:RadTreeListView ItemsSource="{Binding Items}" /> -> fine