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
950
UltraListView - List mode with multiple columns
posted

I understand that there is no way to show multiple columns in List mode even though it does have MultiColumn property in ViewSettingsList.

Is there any other way to achieve this? I need 2 column List mode that wraps horizontally - Details view can't do this to the best of my knowledge

Can I insert 2 Edit controls into each row of the list thus making it sort of 2 columns or anything like that?

Thanks

Parents
No Data
Reply
  • 69832
    Offline posted

    The control does not support this intrinsically. You might be able to accomplish this using a custom embeddable editor; if you had a UserControl that formed the columns, you could assign it to the UltraListView.MainColumn.EditorComponent property, and the items would defer the rendering to that editor.

Children
No Data