Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
UltraListView multi Columns
posted

Hi,

 I am using ultralist view, how to hide the first column of listview when displaying multi columns. currently the first column is showing just icon and in next columns my data displayed.

following is the view type that i am using with multicolumn = true

UltraListView1.View = Infragistics.Win.UltraWinListView.UltraListViewStyle.Details

 Thanks,

Parents
No Data
Reply
  • 410
    posted

    To hide the image, you can do the following.

    UltraListView1.ViewSettingsDetails.ImageSize = Size.Empty;

    Later,

    Mike

Children
No Data