Hi,
My Listcontrol is view mode is list ..when i bind this list control...it show a icon in the start of each item...
how to remove this icon..?
thanks for the help
Thanks
Rohit
One possible solution is to set the image size(0,0). For example:
ultraListView1.ViewSettingsList.ImageSize =
new Size (0,0);
Regards
Georgi