I have a ListView in a tabgroup. Clicking on one of the items brings up the detail window, opened by the tab (thus in the navigation stack).
I find that the transition when opening the window is not smooth. The ListView exits to the left and the new window comes from the right. During this transition I can see the ListView and the detail window overlapping with each other, very ugly.
Anyone has the same issue? How to fix it?
Thanks.