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
150
UltraWinListView List with multiple columns
posted

I have UltraWinListView configured as View=List  and ViewListSettings.MultiColumn=True

Also, I have added item to the SubItemColumns collection.

But UltraWinListView control shows only one Main colun.

What property should I set to have  it look like  multi column list of text only items ?

 Thank you

Parents
No Data
Reply
  • 5389
    posted

    hksl,

    When you set the UltraListView's View property to List and MultiColumn to True, the control looks the same as Windows Explorer in List view, which contains only a single column.  In order to see multiple columns, you will need to set View to Details rather than List.  For more information on the UltraListView's View options, please see the article in our online documentation.

    ~Kim~

Children
No Data