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
3788
About UltraListView Control
posted

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.

Parents
No Data
Reply
  • 135
    posted

     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;
     

Children
No Data