<sg:GcSpreadGrid DefaultRowHeight="40"> <sg:GcSpreadGrid.Columns> <sg:Column Width="100"> <sg:Column.CellType> <sg:DateTimeCellType> <sg:DateTimeCellType.DropDownButtonStyle> <Style TargetType="sg:CellDropDownButton"> <Setter Property="Width" Value="40" /> </Style> </sg:DateTimeCellType.DropDownButtonStyle> </sg:DateTimeCellType> </sg:Column.CellType> </sg:Column> </sg:GcSpreadGrid.Columns> </sg:GcSpreadGrid>