Is it possible to hide a part of a WPF control? .NET 4 has a DatePicker which renders 4 parts, according to MSDN. Is it possible to hide (in my case) the TextBox part (probably
Why not add Visibility="Collapsed" to the relevant TextBox in the default style?
Visibility="Collapsed"
TextBox