How can I have a watermark before the list of data source or when the textbox is empty.
For example I have something like this:
Select product... Icecream Juice Mouse
This is my xaml
<ComboBox Name="cbProduct" Height="40" Width="200" IsEditable="True"
ItemsSource="{Binding Source={StaticResource ProductsSource}}"
/>