If I had a really large ListView whose Visiblity
were set to Collapsed
, would it populate during InitializeComponent()
or only if the Visiblity
were changed to Visible
?
Thanks.
EDIT:
I should have mentioned, in my scenario, the ListView would be populated via bindings. I want to know if there will be a performance hit to having a ListView with a lot of data even if it is never shown.