c# - Vertical ListView display -


im tryingh create list view im having issues designing how want it, know windows presentation foundation (wpf) im studying c# , language im tackling more difficult prospective.

i assume view.list way go small tinker ownerdraw , ondraw still seem having issues

what im building in youtube browser , desired layout so:

--------------------------------------------- - ----- ----------------------------------- - - | | | title here                   - - ----- ----------------------------------- - - ----- ----------------------------------- - - | | | title here                   - - ----- ----------------------------------- - - ----- ----------------------------------- - - | | | title here                   - - ----- ----------------------------------- - - ----------------------------------------- - 

looking @ above layout can see need there's 1 row per line, main issue cant around, i image, , text right would.

can me figure out settings or code need make sorting, blocking progress :(

thanks

i suggest 1 of 2 things

1- use listbox , owner draw that

2- use listview in detail view , owner draw items describe above.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -