Automatically scroll in the Silverlight list box

How to force a silverlight list box to scroll to the bottom programmatically so that the item added last is always visible.

I have tried just to select the item .It is finally selected but still invisible unless you manually scroll to it.

Use ListBox’s ScrollIntoView The method passes the last item. You may need to call UpdateLayout immediately to make it work.

How to force a silverlight list box to scroll to the bottom programmatically so that the last added item is always visible.

I have tried just selecting the item. It is finally selected but still not visible unless you manually scroll to it.

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 4081 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.