Images are not sharp in selected TabItem
问题 I have a TabControl. The header of each TabItem contains a StackPanel with an icon and a Label. <TabControl> <TabItem> <TabItem.Header> <StackPanel Orientation="Horizontal"> <Image Source="/LoginPanel;component/Icons/icoLogin.ico"</Image> <Label VerticalContentAlignment="Center">Login</Label> </StackPanel> </TabItem.Header> </TabItem.Header> <!--some further code here--> <TabItem> <!--some further code here--> <TabControl> Each icon in each non-selected TabItem is displayed as expected. The