New Post: DateTimePicker popup on TextBox click
You could create your own DateTimePicker and listen to the TextBox.PreviewMouseLeftButtonUp to open the popup : public class MyDateTimePicker : DateTimePicker { public override void OnApplyTemplate() {...
View ArticleCreated Unassigned: Wizard needs to set WizardPage [21848]
A user says ;"I tried to bind wizard pages to ItemsSource property and got blank wizard. For binding to work succesfuly - we must also use CurrentPage binding in addition to ItemsSource."
View ArticleNew Comment on "Wizard"
Issue https://wpftoolkit.codeplex.com/workitem/21848 has been created.
View ArticleEdited Issue: Wizard needs to set Wizard CurrentPage [21848]
A user says ;"I tried to bind wizard pages to ItemsSource property and got blank wizard. For binding to work succesfuly - we must also use CurrentPage binding in addition to ItemsSource."Comments: **...
View ArticleEdited Issue: RichTextBox changing format of text on selection [21847]
Hi,I have used WPF Toolkit Richtextbox in my application. Its Text property is binded to string. RichTextBox TextFormatter property is set to "RtfFormatter".I add string "Hello World" and change color...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
For a table with 56 rows, the load time for 11 columns is about 3 seconds, for 22 columns is about 5 seconds, for 35 columns is about 10 seconds. Not sure if these figures are reasonable for the...
View ArticleCommented Issue: RichTextBox changing format of text on selection [21847]
Hi,I have used WPF Toolkit Richtextbox in my application. Its Text property is binded to string. RichTextBox TextFormatter property is set to "RtfFormatter".I add string "Hello World" and change color...
View ArticleCreated Unassigned: Cannot Override Editor Template Definition for Type [21849]
I am trying to follow the example in your documentation for defining a custom editor template based on type (not property name). When I use this example and specify>...
View ArticleCommented Unassigned: Cannot Override Editor Template Definition for Type...
I am trying to follow the example in your documentation for defining a custom editor template based on type (not property name). When I use this example and specify>...
View ArticleCreated Unassigned: RichTextBox: Remove wordwrap feature [21850]
Hi,Is there any way to remove wordwrap feature?I have wpf application in which there is richtextbox control. I added some multiline text with tabs and spaces into this richtextbox.If I increase the...
View ArticleCommented Issue: RichTextBox changing format of text on selection [21847]
Hi,I have used WPF Toolkit Richtextbox in my application. Its Text property is binded to string. RichTextBox TextFormatter property is set to "RtfFormatter".I add string "Hello World" and change color...
View ArticleCommented Unassigned: Cannot Override Editor Template Definition for Type...
I am trying to follow the example in your documentation for defining a custom editor template based on type (not property name). When I use this example and specify>...
View ArticleCreated Feature: Casing in MaskedTextBox. [21852]
Based on Codeplex issue https://wpftoolkit.codeplex.com/workitem/21844.When a Capital letter is placed in the Mask, typing a letter should display a capital letter. The same way, if a regular small...
View ArticleEdited Issue: CharacterCasing not applied on MaskedTextBox [21844]
CharacterCasing set to Upper works fine without a mask, but specifying a mask like, LL-0000-L does not make the letters uppercase like it should. It would also be nice to be able to specify the...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi, Depending on which type of View you are using on the DataGridControl, there are two ways of setting the RowHeight for all rows. For the TableView, simply set the Style of the DataRow elements to...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
You can have a look at DataGrid "ClickOnce app" in the full Xceed WPF Datagrid here : http://xceed.com/Grid_WPF_Demo.html. Test the sample "BindingData/LargeDataSets". This is the full dataGrid (not...
View ArticleCommented Unassigned: RichTextBox: Remove wordwrap feature [21850]
Hi,Is there any way to remove wordwrap feature?I have wpf application in which there is richtextbox control. I added some multiline text with tabs and spaces into this richtextbox.If I increase the...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Thanks, BoucherS! I tried to modify my program like you suggested, the delay is still there. Do the new cells still go through the measureoverride functions even when a width and height have been...
View ArticleCommented Unassigned: 'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider'...
Since installation of Visual Studion 2015 CTP6 RangeSlider gives as runtime error:{"'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an exception.' Line number '87' and line position...
View ArticleNew Post: DataGridControl Speed Improvement Suggestions?
Hi alexchou194, The framework calls the measureoverride methods and we currently have no ways of bypassing this. We need to know why is it called too often or why does it takes too much time to...
View Article