Col.xaml 278 B

12345678
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:hc="clr-namespace:HandyControl.Controls">
  3. <Style TargetType="hc:Col">
  4. <Setter Property="Focusable" Value="False"/>
  5. </Style>
  6. </ResourceDictionary>