<ComboBox x:Name="cbu" ItemsSource="{Binding}" FontSize="20" Height="32" FontFamily="Times New Roman" Margin="0,0,770,0">
</ComboBox>
the above code is the combobox control.
i want to display the "Select Age" as a heading in this combo box when the page is loaded.Please let me know
amair