.NET日期时间选择器平面样式样式、平面、日期、时间

2023-09-06 10:05:58 作者:花开花落

在.NET 3.0中,大多数控件有一个平的风格。显然,日期选择器不具有这样的样式,但所有形式的其他控件被设定为平坦的。我怎样才能让日期选择平?

In .NET 3.0, most controls have a "flat" style. Apparently, the date picker doesn't have such a style but all the other controls in the form are set as flat. How can I make the date picker flat?

推荐答案

我的日期时间选择器的理解是,它是有限的,以什么内置到系统中。换句话说,它继承它是从壳牌局限性。这里是解释的DateTimePicker FAQ条目。

My understanding of the datetime picker is that it is limited to what is built into the system. In other words, it inherited it's limitations from the Shell. Here is FAQ link that explains DateTimePicker FAQ entry.

我喜欢用 DotNetBar组件,获取了巨大的成功相当长一段时间。 Amongs其他控制,它提供了一个日期时间选择器,解决了许多与标准控制的问题。

I like to use the DotNetBar components for quite a while with great success. Amongs other control, it offers a datetime picker that solves many of the issues with the standard control.