.net Listview control will only display largeIcon.
Posted
by Redshirt
on Stack Overflow
See other posts from Stack Overflow
or by Redshirt
Published on 2010-04-11T00:19:05Z
Indexed on
2010/04/11
0:23 UTC
Read the original article
Hit count: 515
I'm using the RC of visual Studio 2010. Writing a .net 3.5 application. When I launch the app, the listview control only shows in LargeIcon view. This is not the view I want. I've set the View property in the designer with no success. I've even tried to explicitly set the view during runtime
lvAvailableItems.View = View.Tile;
Has anyone else had this issue, and if so what was your workaround.
© Stack Overflow or respective owner