Hi,
i am using UltraListView controls.i want to show listview items in vertical form not in horizontal formate.
means i want every item should be visible in new line.
Is this what you are looking for?
this.myListView.View = Infragistics.Win.UltraWinListView.UltraListViewStyle.List; this.myListView.ViewSettingsList.ImageSize = new System.Drawing.Size(0, 0); this.myListView.ViewSettingsList.MultiColumn = false;