CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Oct 2012
    Posts
    7

    Cool insert value to listview from calculations

    Hello guys, I'm beginner of C# here.. I already make my project for my research study in data mining....The problem comes when I need to put the value into listview from my calculation...Its outputs that I get is 123456 in horizontal...which is supposely the output is 123456 in vertical..so, its means, the listview have 6 rows where first row = 1, second row = 2, and so on...i give the picture so you guys can get clear what i mean...

    from this picture, i build two element which is richtextbox and listview....from my calculation, i get 123456 in vertical at richtextbox....but i get 123456 in horizontal at listview....my question is, how to make my listview get the same pattern result as richtextbox...it is possible??

    thank you for spending ur time read my problem
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured