[SOLVED] listview invisible

Answered
0
0

When i run my program the form opens but the listview is empty. The _Load event isn’t firing , and the listview is invisible, even though its visible property is true

  • You must to post comments
Best Answer
0
0

The code you attached shows a form without a constructor and without  a call to InitializeComponent(), the event is not attached, etc. You need to attach a runnable sample that shows the problem.

  • Amy Schreiber
    Thank you. it was the initializer that was missing. Im not sure how that was deleted but it works fine now.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.