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
15
How can we display record in horizontal in listview
posted

How can we display record in horizontal in listview

Name: manoj.         Name: manoj

Mobile:966705.      Mobile:966705.   

Age:26.                     Age:26.     

Name: manoj.         Name: manoj

Mobile:966705.      Mobile:966705.   

Age:26.                     Age:26.     

Parents
No Data
Reply
  • 34430
    Offline posted

    Hello Manoj,

    In order to achieve the view style that you are looking for, I would actually recommend utilizing the UltraGrid instead of the UltraListView. It looks like you are looking to section off your items in a 2x2 box, and the CardView property of the UltraGridBand can help you to achieve this. The code for setting the card view in the UltraGrid would look like the following:

    ultraGrid1.DisplayLayout.Bands[0].CardView = true;

    You can then set different settings on the CardView to customize the view to your liking by using the UltraGridBand.CardSettings property. I am attaching a sample project that creates a view like the one you have provided using the UltraGrid in CardView mode. I hope this helps you.

    Please let me know if you have any other questions or concerns on this matter.

    HorizontalOrientedList.zip

Children
No Data