Commented Issue: 'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an...
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 ArticleCommented Issue: 'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an...
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: New tab group
Is it possible to a dragged layout document create a new tab group instead of a single floating document, just like it happens in Visual Studio?
View ArticleCommented Issue: 'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an...
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 ArticleCommented Issue: 'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an...
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: PropertyGrid: How do I add property classes to sub property...
Lets say I have an object Farm. Farm has a collection property defined as follows: ObservableCollection<iCrop> Crops; Crops has classes that inherit iFruit or iVegetable etc. IFruit inherits from...
View ArticleReviewed: Extended WPF Toolkit - 2.5.0 (七月 23, 2015)
Rated 4 Stars (out of 5) - This is great
View ArticleNew Post: Create modal ChildWindow in Code and Display it
Did you try adding anything to it? Try insert something like this into your code:Label displayText = new Label(); displayText.Content = caption; StackPanel sp = new StackPanel();...
View ArticleNew Post: DoubleUpDown and Visibility Setter
I'm using DoubleUpDown object in xaml with this code<xctk:DoubleUpDown FormatString="F2" Value="{Binding PosValueConst, UpdateSourceTrigger=PropertyChanged,ValidatesOnDataErrors=True,...
View ArticleNew Post: DoubleUpDown and Visibility Setter
Found the problem was Caliburn.Micro property x:name. Remove that solve the problem
View ArticleNew Post: AvalonDock - floating and docking LayoutDocument
Hi, I'm trying to float a LayoutDocument and I can do it. The problem is that after this I cant dock him again, it's only working by code. I can't drag back to a panel or even right click him (no...
View ArticleNew Post: change DateTimeUpDown background OnMouseOver and IsPressed
Hi, To style the DropDownButton (the one opening the popup), you can re-write the ButtonChrome template :<Style TargetType="{x:Type xctk:ButtonChrome}"> <Setter Property="Background"...
View ArticleNew Post: Change Button Background on DateTimePicker and TimePicker
Hi, answer is in https://wpftoolkit.codeplex.com/discussions/539561
View ArticleNew Post: Create modal ChildWindow in Code and Display it
Hi, Make sure you add the "msg" to the VisualTree. For example, if your XAML looks like this :<StackPanel x:Name="stack"> <xctk:TimePicker Width="150" Height="22" /> <Button...
View ArticleNew Post: WPF Toolkit LiveExplorer Left Nav control?
Hi, It is a re-templated microsoft TreeView.
View ArticleCreated Issue: PropertyGrid with CollectionControl fails to use the...
Based on discussion https://wpftoolkit.codeplex.com/discussions/641833.Using the NewItemTypes attribute is not taken into account in the collectionControl of the PropertyGrid since v2.3.
View ArticleEdited Issue: PropertyGrid with CollectionControl fails to use the...
Based on discussion https://wpftoolkit.codeplex.com/discussions/641833.Using the NewItemTypes attribute is not taken into account in the collectionControl of the PropertyGrid since v2.3.
View ArticleNew Post: PropertyGrid: How do I add property classes to sub property...
Hi, You should add the NewItemTypes attribute over the "Crops" property. Something like [NewItemTypes( typeof( Banana ), typeof( Apple ), typeof( Carrot ) )] public ObservableCollection<iCrop>...
View ArticleCommented Issue: PropertyGrid with CollectionControl fails to use the...
Based on discussion https://wpftoolkit.codeplex.com/discussions/641833.Using the NewItemTypes attribute is not taken into account in the collectionControl of the PropertyGrid since v2.3.Comments: **...
View ArticleCommented Unassigned: RichTextBox + RichTextBoxFormatBar throwing a...
Hello,I am not sure why but I am receiving the following exception when I select text then attempt to drag the attached RichTextBoxFormatBar:```Object reference not set to an instance of an object. at...
View Article