Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
' Set the DropDownAlignRight property to false so the dropdown
' is aligned with the left edge
Me.ultraCalendarCombo1.DropDownAlignRight = False
End Sub