vb.net - how to place the imagekey to the right side of the listview -



trying add imagekey items , works fine except image
appears on leftside of listview in vb.net.
trying have appear on right side or in column,
can't seem that.


can help?



gibit

i assume want have image in other column when listview in detail mode. can't in standard .net listview control default. believe need override bunch of drawing-related events , possibly deal win32 calls have images show in subitems.

however, there open source custom listview control .net called objectlistview supports feature. use instead of built-in one.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -