Hi,
I am new to WPF and am trying to understand the best control to use for my implementation. Any help would be greatly appreciated.
I have two observable collections in my view model. My requirement is that i have to display one collection on the first column and the other collection on the second column of the RadWindow. I am currently using two RadTileView controls for this. Clicking on each tile will take the user to a different screen.
I have two issues with the above implementation.
1) It currently displays a scrollbar for each RadTileView. Can i display one common scrollbar for both the RadTileViews?
2) If the first collection is empty, I should not display the first column and should left align the second column.
Is RadTileView the right control for this? If not can you please suggest other controls that i can use?
I can change the ViewModel to have one observableCollection and identify where each entry will go if that helps.
I attached a screenshot of the view.
Thanks!
I am new to WPF and am trying to understand the best control to use for my implementation. Any help would be greatly appreciated.
I have two observable collections in my view model. My requirement is that i have to display one collection on the first column and the other collection on the second column of the RadWindow. I am currently using two RadTileView controls for this. Clicking on each tile will take the user to a different screen.
I have two issues with the above implementation.
1) It currently displays a scrollbar for each RadTileView. Can i display one common scrollbar for both the RadTileViews?
2) If the first collection is empty, I should not display the first column and should left align the second column.
Is RadTileView the right control for this? If not can you please suggest other controls that i can use?
I can change the ViewModel to have one observableCollection and identify where each entry will go if that helps.
I attached a screenshot of the view.
Thanks!