This question is locked. New answers and comments are not allowed.
When my handler for SlidedToIndex is called, it is NOT on the UI thread. Why? That seems wrong and forces me to do a Device.BeginInvokeOnMainThread inside my handler. I think it would be more user friendly and expected for UI event handlers to be called on the UI thread.
