Problem Row/Cell selection border is behind the GridCell content. So when you apply the background for GridCell, the selection is not displayed in UI. The following code example shows you how to set the GridCell style. XAML In the following screenshot, the selection is set in the 5th row, but it is not displayed in View with the selection border in the Cell Content presenter. Figure 1: 5th Row Selection Solution You can overcome this problem by reducing the Opacity for the brush that you set to the GridCell background. The following code example shows you how to set the Opacity to GridCell. XAML The following screenshot shows you the selection of row after applying background for GridCell also. Figure 2: selection of row after applying background
Sample Links: |
This page will automatically be redirected to the sign-in page in 10 seconds.