
Hi,
Is there a control (other than the AutoCompleteBox) that supports Placeholder-Text this out-of-the-box?
I just have some regular UI that contains few TextBox controls and I want to give the user hints like "Type name" or "Type description" (rather than using external lables).
It is quite an easy task to create a ControlTemplate for TextBox that will support this, but I wonder if there is already one in your library that I can reuse.
Thanks!