silverlight - How to keep relative position in a listbox when new items are added -


i have databound listbox, , when add new items top of list, scrollviewer maintains position, items looking @ pushed further down out of view.

has found way maintain relative viewpoint items added?

you vertical offset of scrollviewer's scrollbar, add items, restore offset?


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -