I can not understand how I can implement an icon view in the WPF ListView (a view similar to Windows Explorer) . Search on Google I only received notifications about applying GridView but did not find any clue about the mark view. I'm not talking about System.Windows.Form.ListView
, but System.Windows.Controls.ListView
.
Perhaps another control is that? I did not find anything relevant about this?
I have found only a few people who use the list item to create an icon view by hand and change the paneltimplate and the iContemplate.
Thanks in advance
Similar to the reply of Tanvir Badar, but the Uniform Grid With RAPPANEL instead Set the following to your listbox:
ScrollViewer.HorizontalScrollBarVisibility = "Disabled" ScrollViewer.VerticalScrollBarVisibility = "Auto"
WrapPanel to Wrap for. / P>
Comments
Post a Comment