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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -