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
Post a Comment