Hy.
I have got a ListBox with a scrollviewer in it. Each item (40++ items) of the listbox contains a textblock and a small image. When I resize the window, the resizing is very laggy. If I put the textblock visibility of the items to "collapsed", the resizing is okay. My first approach was to set the visibility of each item not displayed in the scrollviewer to "collapsed", but I couldn't find an indicator when a item is visible to the user.
Does anyone have an idea to make the resizing process less laggy, maybe some other control instead of the textblock? Thank you for you help.