How to install the control System.Windows.Controls.DatePickerused in a Silverlight project in ReadOnly?
System.Windows.Controls.DatePicker
There seems to be no properties that I can set in Xaml or code.
Why do you need it?
DatePicker is an illustrious combo box that shrinks a calendar, not a list. If it becomes read-only, will it really be a read-only text field?
< > , , , , Active, , .
datepicker ReadOnly.
.. "" . 3 :
3 , ( ) "" .
( )... - , -)
, DatePickerTextBox. DatePicker. DatePicker, . , .
<Style TargetType="prim:DatePickerTextBox"> <Setter Property="IsReadOnly" Value="True"/> </Style>
( - )?
Source: https://habr.com/ru/post/1706720/More articles:Embedded Java HTTP Servers - javaUnity Dependency Injection - how to register with .config? - dependency-injectionRESX files and XML data - c #Android: enable / disable automatic synchronization and background data - androidWCF and moving proxy code in a DLL. Is it possible? - c #Creating a PDF file on an aspx page without displaying it - asp.netComboBox: the selected value remains in focus (blue) - c #SharePoint - programmatically add list items and set identifier - sharepointCheck null value from database - crash - phpRecognizing Extended Characters with JAVACC - asciiAll Articles