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
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.