wpf icon indicating copy to clipboard operation
wpf copied to clipboard

Style doesn't work for controls that were defined inside DataTemplate

Open SubashiniMahendran opened this issue 10 months ago • 0 comments

Description

In our application, we have customized the style of Hyperlink and TextBlock and merged it to Window resources. But, respective style not apply for the hyperlink and textblock controls that were defined inside the DataTemplate.

image

But suppose if we merge the resource dictionary in Application resources. It works fine. image

Reproduction Steps

  1. Note, we have merged resource dictionary in Windows.Resources.
  2. Run the sample.
  3. Note, Hyperlink and TextBlock style not applied.

Style-issue.zip

Expected behavior

Style should work for controls that were defined inside DataTemplate

Actual behavior

Style doesn't work for controls that were defined inside DataTemplate

Regression?

No response

Known Workarounds

No response

Impact

No response

Configuration

No response

Other information

No response

SubashiniMahendran avatar Apr 16 '24 12:04 SubashiniMahendran