我正在使用WPF,並且我有DataTemplate,這是我想訪問的代碼隱藏如何使用它?我正在使用WPF,並且我有DataTemplate,我想訪問代碼隱藏如何使用它?
<DataTemplate x:Name="PersonDateTemplate">
<StackPanel Orientation="Horizontal">
<Label x:Name="lblhr" Height="40px" Width="50px"
Content="{Binding Path=hrvalueinitially}" FontSize="20px"
HorizontalAlignment="Left" Background="#555555" Foreground="White"
FlowDirection="LeftToRight"></Label>
<TextBlock x:Name="items" Text="{Binding}" Margin="35,0,0,0"></TextBlock>
</StackPanel>
</DataTemplate>
你爲什麼要這麼做? – Clemens
@logeshwari提供適當的問題標題.. konjam theliva irukalaam :) .. – WPFUser