Is there a way to cause a datagridview to operate like an Android custom listview?

  • Thread starter Thread starter Orion-Dev
  • Start date Start date
O

Orion-Dev

Guest
Hello, I have been working on a simple program that displays information retrieved from a database. I want each displayed record to be presented in a scrollable list and for the visual presentation of the data to be uniform, using several images, several icons, and number of text labels with different fonts. I found several ways to do this with Android and Java, but I have not been able to find any way to achieve this with Windows desktop and visual basic. So far, I have been using a datagridview and slaving to dress it up as much as I can. The final result is always extremely disappointing, no matter how hard I try to modify the datagridview.

Does visual basic have a way to create a scrolling list of cards, allowing for more variety than the horizontal rows of the datagridview?

Below is a screenshot from an Android device showing a general idea of what I want to attain with my visual basic program.

Thank you for taking the time to read my question!

1430070.jpg

Continue reading...
 
Back
Top