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
You could change the default ButtonStyle to be Visibility.Collapsed. For example, if you wanted to hide the Buttons for 2 DatePickers in a Grid you could do as follows: