geomatics-io / ObjectListView

ObjectListView is a .NET ListView wired on caffeine, guarana and steroids. More calmly, it is a C# wrapper around a .NET ListView, which makes the ListView much easier to use and teaches it lots of neat new tricks.
http://objectlistview.sourceforge.net/cs/index.html
GNU General Public License v3.0
118 stars 59 forks source link

How to set icon to button in ObjectListView #22

Open nguyenthao1988 opened 1 year ago

nguyenthao1988 commented 1 year ago

I set IsButtton = true, and rendder image. Listview not show image. Button i set IsButton = false => Listview show image. How to use icon in button.

Thanks you so much