Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
<ListBox x:Name="lstMeetingTitleTime"  BorderThickness="0,0,0,0"
                       Padding="0,0,0,0" Style="{StaticResource MeetingTitleListBoxStyle}"
                       ItemTemplate="{StaticResource MeetingTimeDataTemplate}"
                       ItemContainerStyle="{StaticResource ListBoxItemTitleTemp}">



I have a listbox which has a itemTemplate whose value is a DataTemplate which is in the style in the same file. Inside the DAtaTemplate there is a grid which i want to access in the code behind.. Pls help asap
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900