MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
BUG: Missing Background styling in x:Type GridViewColumnHeader
オープン
まだ誰も着手していません。
bug
evaluation required
- 主要言語
- C#
- スター
- 16.3k
- フォーク
- 3.5k
- 平均マージ
- 1日 22時間
- マージ済み PR(30日)
- 8
説明
The GridViewColumnHeader override the default style but not use the Background property in the Template. This prevents styling of the header's Background.
Please add the following:
`Background={Template Binding Background}`
to the HeaderBorder:
``
This solves the problem and allows Background changes to the GridViewColumnHeader.
Regards,
Christoph
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
GridViewColumnHeader の XAML テンプレートを見つけ、HeaderBorder 要素を確認します。そこで要求された Background のテンプレートバインディングを適用し、その後、GridViewColumnHeader.Background の変更がヘッダーに影響することを確認するため、関連するプロジェクトテストまたは UI チェックを実行します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp
- 領域
- design, desktop
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100