2011-02-03 20 views

回答

0

的pastebin.com鏈接不起作用,我看到的代碼 - 一般,如果你帶了儘可能多的代碼,儘可能的問題張貼它是首選。這樣,當未來的人們通過谷歌搜索或其他任何事情偶然發現這件事時,它就會相對容納在一個頁面中。

此外,在您的圖片中,我沒有看到任何地方的下劃線,所以我很困惑這個問題到底是什麼。你可以在圖像上畫一個箭頭或一個大紅圈或其他東西來指出哪部分沒有做你想要的東西?

+0

對不起,關於空白代碼。這是一個更好的觀點。 – Booksman 2011-02-03 17:02:32

1

這裏是你的問題:

你的第一個DataGrid聲明,像這樣:

<data:DataGrid x:Name="dgLeft" AutoGenerateColumns="false" VerticalAlignment="Center"> 

和您的第二個:

<data:DataGrid x:Name="dgRight" AutoGenerateColumns="false" VerticalAlignment="Center" 
          Margin="0, 0, 0, 0" Background="White" Width="Auto" GridLinesVisibility="All" AlternatingRowBackground="WhiteSmoke" RowBackground="White" > 

我想讓他們有相同的屬性,但至少擺脫從第二個數據網格GridLinesVisibility="All"

相關問題