New Post: Details for 3.5-Code
Hi, This external dll (WPFToolkit.dll) is included in the package. It's a dll giving some stuff for the .NET 3.5, for example : the Calendar control, which is not available in the .Net...
View ArticleNew Post: Details for 3.5-Code
Hi, now I got it! Got a little bit confused with "WPF Toolkit" and "Extended WPF Toolkit" and community and plus and... Thank you for your help! Joerg
View ArticleNew Post: Changes to Wizard theme ignored
Hi, I'm sure I'm missing something obvious. I'm trying to add margins to the back and next buttons in the Wizard. No matter what I change, it seems like the changes are ignored. Not just margins, but...
View ArticleNew Post: Changes to Wizard theme ignored
Found it... A separate project in the solution was referencing an older version, and somehow that one was being used instead of the modified one.
View ArticleNew Post: How can I select a specific property in the property grid in code
Hi! I'm attempting to pre-select/pre-hightlight a given property item when the user first enters my dialog. In searching around, it appeared that this DefaultPropertyAttribute would be the way to do...
View ArticleNew Post: How can I select a specific property in the property grid in code
Hi, You are right, simply adding the DefaultPropertyAttribute on the class being used as the PropertyGrid.SelectedObject will do the job. [DefaultProperty("ID")] public class Person { public string...
View ArticleEdited Issue: PropertyGrid ReadOnlyAttribute & Foreground [19708]
from [this discussion](https://wpftoolkit.codeplex.com/discussions/443557)-=-=-=-=-=-=-=-=-=-How I can mark readonly property in PropertyGrid by gray color (as PropertyGrid in VS)?Comments: ** Comment...
View ArticleCommented Feature: Create a TokenizedTextBox [18746]
This control was introduced in the toolkit as version 1.6, but was removed from the toolkit since 1.7I would like the TokenizedTextBox to be re-introduce in the toolkit.Vote for this feature if you...
View ArticleNew Post: How can I select a specific property in the property grid in code
Of course. Worked like a charm! Thank you!
View ArticleEdited Feature: Create DateTimePicker.TimePickerVisibility [19173]
Based on discussion http://wpftoolkit.codeplex.com/discussions/428268The user expressed his need to hide the TimePicker in the DateTimePicker.Comments: ** Comment from web user: BoucherS ** This...
View ArticleEdited Issue: PropertyGrid should not bind directly to SelectedObject.Name...
Binding directly to __SelectedObject.Name__ like done in __PropertyGrid/Themes/Generic.xaml__ causes WPF 4 to emit binding errors (visible in Visual Studio Output window) when the type bound to...
View ArticleNew Post: ResizingPanel Not Found
I downloaded the latest WPF Toolkit, unblocked the DLLs and added them to a new WPF .NET 4.0 project. Here is my Main Window XAML:<Window x:Class="Avalon.MainWindow"...
View ArticleNew Post: Usage of the Wizard-Control
Hello, I want to try to use the wizard-Control. But I´m not able to understand the process. Following questions make me crazy: 1) How can I change in VS2010 Xaml-Designer the Current Page if i want to...
View ArticleNew Post: ResizingPanel Not Found
Hi, There is no resizingPanel in AvalonDock. What makes you think there is one ? The DockingPanel is the panel to use with AvalonDock.
View ArticleNew Post: Usage of the Wizard-Control
Hi, 1) I'm not an expert with xaml-Designer. As you say, only the first page is displayed in the preview. I believe you can create each page individually in a new instance of VS2010 and copy the xaml...
View ArticleEdited Issue: DecimalUpDown ignores MouseWheelActiveOnFocus [20013]
Based on discussion http://wpftoolkit.codeplex.com/discussions/447813#post1069463DecimalUpDown seems to be ignoring MouseWheelActiveOnFocus property. The mousewheel is only active when the mouse...
View ArticleCommented Issue: Do not update Property on "Enter" [19077]
Need expressed from patch 13448 ( http://wpftoolkit.codeplex.com/SourceControl/list/patches )The actual behavior of the PropertyGrid is to update the source item when "enter" is pressed. The user...
View ArticleEdited Issue: ColorPicker: The MenuItem behind the clicked color is also...
When selecting a color from the `ColorPicker` popup that placed inside a Menuitem, if there is a MenuItem behind the clicked color, it will also be clicked. In my case, the menu item that was...
View ArticleEdited Issue: CheckComboBox: Display bug [19361]
Hi,using the checkcombobox, there is a display bug when the classic windows theme is used. Even if checked, the selected item(s) will be displayed as being unchecked. See screenshot included as...
View ArticleEdited Feature: Support GUID editor in PropertyGrid [18913]
Based on Issue:http://wpftoolkit.codeplex.com/workitem/18854Comments: ** Comment from web user: BoucherS ** Support of Guid Editor in PropertyGrid will be available in v2.2.
View Article