New Comment on "Improvements230"
spiked3 => Bug fixes are actually free and we do a ton of them and provide them free in the Community Edition. The Plus Edition contains a bunch of extra controls we don't provide under the MSPL...
View ArticleCreated Unassigned: DateTime picker crashes with foreign cultures/custom...
The date time picker control crashes when using foreign culture settings in windows e.g. German, Finnish.These cultures use date stamps like 22.10.2014 1:05:07, 100Iff you dont provide a custom...
View ArticleNew Post: Simple layout
Hi, 1) LayoutAnchorable DPs LayoutAnchorable is not part of the VisualTree, so binding won't work on it. That is why DPs are not used on LayoutAnchorable. LayoutAnchorableControl is the view control,...
View ArticleNew Post: Simple layout
Thank you for that explanation. I have changed my code to use docked documents and the TABs appear along the top of the window, and I have a few questions about that arrangement. First, since the...
View ArticleNew Post: Checked List Box
i have uploaded the imagehttp://postimg.org/image/72hnfxior/ here in first image ,actually i have selected Dining.But check is not visible. in the second picture ,i just checked the focus to break...
View ArticleNew Post: Control to schedule
i think, PropertyGrid is available in "Plus" edition only
View ArticleCommented Unassigned: DateTime picker crashes with foreign cultures/custom...
The date time picker control crashes when using foreign culture settings in windows e.g. German, Finnish.These cultures use date stamps like 22.10.2014 1:05:07, 100Iff you dont provide a custom...
View ArticleNew Post: Checked List Box
Hi, Is your bug related to this : https://wpftoolkit.codeplex.com/workitem/19774
View ArticleNew Post: Control to schedule
Hi, If you look at this page, you will see that the PropertyGrid is in the "Community Edition", and that the "Plus" edition also has the PropertyGrid but with more...
View ArticleNew Post: DropDownButton: Easy way to Disable MouseOver and PressedState...
Greetings Gurus, Basically I set the background color for a DropDown Button in code and I want it to remain that color (I have several DropDownButtons, each needs to remain the same unique color). I...
View ArticleNew Post: Simple layout
Hi Sid, 1) Position Tab Items You can position the Tab items the way you want. They are stocked in LayoutDocumentPane.Children. You can re-arrange this Collection. Here's an example to display the tabs...
View ArticleNew Post: DropDownButton: Easy way to Disable MouseOver and PressedState...
Hi, You can redefine the ComponentResourceKey values to be the same as your button's background :<Style TargetType="{x:Type xctk:DropDownButton}"> <Style.Resources> <SolidColorBrush...
View ArticleNew Post: Simple layout
Many thanks, I will look at the TAB positioning later. 2) Empty floating windows The windows contain custom controls. The odd part is that when the application starts and the windows are docked as...
View ArticleCommented Unassigned: DateTime picker crashes with foreign cultures/custom...
The date time picker control crashes when using foreign culture settings in windows e.g. German, Finnish.These cultures use date stamps like 22.10.2014 1:05:07, 100Iff you dont provide a custom...
View ArticleNew Post: DropDownButton: Easy way to Disable MouseOver and PressedState...
Excellent BoucherS this is a major step in the right direction. If you can give an example of assigning a ComponentResourceKey in Code as part of a Code Generated Style, in other words a C# example of...
View ArticleNew Post: DropDownButton: Easy way to Disable MouseOver and PressedState...
Hi, You can get the resource by the Key and set the color you want :this.Resources[ Xceed.Wpf.Toolkit.Themes.ResourceKeys.ButtonPressedOuterBorderKey ] = new SolidColorBrush( Colors.Green );...
View ArticleCreated Issue: AvalonDock : Empty floatingWindow [21482]
Based on CodePlex discussion https://wpftoolkit.codeplex.com/discussions/570377."From what I can test, if your custom control is in a LayoutDocument, the floatingWindow will never be empty. But if your...
View ArticleNew Post: Simple layout
Hi, From what I can test, if your custom control is in a LayoutDocument, the floatingWindow will never be empty. But if your Custom control is in a LayoutAnchorable, the floatingWindow won't be empty...
View ArticleEdited Issue: AvalonDock : Empty floatingWindow [21482]
Based on CodePlex discussion https://wpftoolkit.codeplex.com/discussions/570377."From what I can test, if your custom control is in a LayoutDocument, the floatingWindow will never be empty. But if your...
View ArticleNew Post: DropDownButton: Easy way to Disable MouseOver and PressedState...
Bouchers, could you post an example of how to set it to a specific control, like I just want to set these elements for 'DropDownButton_Name' instead of global application.
View Article