New Post: Propertygrid - Custom Collection Editor Example
Hi, 1) To remove the "Up/Down" arrows, you can remove the 2 following buttons from the style "MyCollectionControl" that was posted earlier in this thread : -The button with...
View ArticleNew Post: RichTextBox: Binding doesn't work when Mode=OneWay.
Example: Xaml:<extToolkit:RichTextBox IsReadOnly="True" Text="{Binding MyText, Mode=OneWay}"> <extToolkit:RichTextBox.TextFormatter> <extToolkit:PlainTextFormatter />...
View ArticleNew Post: RichTextBox: Binding doesn't work when Mode=OneWay.
Hi, Issue https://wpftoolkit.codeplex.com/workitem/22409 has been created.―――― Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF
View ArticleNew Post: Multiple series on same chart with different Y Axis - Range
Hi, I want to create a single chart which has two line series which are populated via MVVM binding both are coming fine. However both has different Y-axis value range. 1st line chart maximum is only...
View ArticleNew Post: Community Edition unlisted in Nuget?
it seems that the community edition now is unlisted in the nuget package manager. Is there a specific reason why nuget is no loger supported? best regards Frank
View ArticleNew Post: Community Edition unlisted in Nuget?
Sorry about that, We will put it back in.―――― Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF
View ArticleNew Post: Community Edition unlisted in Nuget?
Its back in.―――― Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF
View ArticleNew Post: Multiple series on same chart with different Y Axis - Range
Hi, The Chart control is part of the Toolkit Plus edition. This is not possible, but if you want to tweek it, here's a potential solution : Starting at v3.0, the axis will have a new property...
View ArticleNew Post: Disable auto sorting of properties in property grid and string...
Hi, I want to disable the auto sorting of property grid in my wpf application. I want the default ordering as they are in the class and also I do not want to decorate the properties with any attribute...
View ArticleNew Post: Community Edition unlisted in Nuget?
Thanks for the fast response :) best regards Frank
View ArticleNew Post: Multiple series on same chart with different Y Axis - Range
Hi Boucher, Thanks for looking into my problem. So based on your answer there is no way to achieve what I am looking for using Extended WPF Toolkit. unfortunately I cant go on the your solution due to...
View ArticleNew Post: BusyIndicator transparent backgound
I pasted transparent gif into busy indicator My code is<xctk:BusyIndicator Name="ProgressIndicator" IsBusy="False"> <xctk:BusyIndicator.BusyContentTemplate> <DataTemplate>...
View ArticleNew Post: BusyIndicator transparent backgound
Before editing sources After editing sources
View ArticleNew Post: BusyIndicator transparent backgound
I just needed to overwrite style xctk:BusyIndicator Style="{StaticResource MyStyle}"
View ArticleNew Post: PropertyGrid property to hide fully qualified type name
Hi, Would be fantastic to have an a property ("HideTypeNames", etc) to hide all fully qualified type names instead of requiring a ToString() override on each. Thanks.
View ArticleNew Post: Multiple series on same chart with different Y Axis - Range
Hi, No, the toolkit only contains 1 control of type "Chart". No other control in the Toolkit can help you. Sorry.―――― Get more controls, features, updates and technical support with Xceed Toolkit Plus...
View ArticleNew Post: PropertyGrid property to hide fully qualified type name
Hi, Can you submit example of "fully qualified type names" you would hide ?―――― Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF
View ArticleNew Post: Community Edition update
Seems also to work in the Opensource fork at : https://github.com/dotnetprojects/WpfExtendedToolkit
View ArticleNew Post: The name "ColorPicker" does not exist in the namespace...
I'm completely new to WPF and need help accessing the WPF toolkit. I wanted to use the color picker in my app (on VS2015 with SDK installed on framework 4.6.1). I installed the WPF toolkit 2.9 with...
View ArticleNew Post: Disable TabItem Reorder
Hi all, i want to disable the possibility to move the tabs in LayoutDocumentPane, so I set the CanFloat flag to false. But I'm still able to move the order of the Items. Is there a flag to do that, or...
View Article