New Post: Toolkit Controls in a Toolbar
In my WPF application I have a toolbar which contains an IntegerUpDown and a DropDownButton. The problem is that the IntegerUpDown looks very different than the TextBox I have in the same toolbar. Also...
View ArticleNew Post: Toolkit Controls in a Toolbar
I tried these but they don't work because the type of the control does not match:Style="{StaticResource {x:Static ToolBar.TextBoxStyleKey}}" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
View ArticleNew Post: Toolkit Controls in a Toolbar
Hi, What is so different in the style of TextBox vs IntegerUpDown and Button vs DropDownButton ? I'm using Windows 8.1 and they all have the gray look with lignt blue when mouseover or pressed....
View ArticleNew Post: Toolkit Controls in a Toolbar
You're right, in your case they look the same (probably because the controls are inside a StackPanel? or because the ToolBar is not inside a ToolBarTray?). Usually I create my toolbars like...
View ArticleCommented Issue: CheckedListBox SelectedItems binding not work in...
When I create checkedListBox directly (without datatemplate) SelectedItems binding works great. But if I create CheckedListBox in datatemplate like this <ContentControl Content="{Binding}"...
View ArticleCreated Feature: UIAutomation for PropertyGrid [20961]
Would get the detail informations of the properties in the PropertyGrid control.
View ArticleCommented Issue: CheckedListBox SelectedItems binding not work in...
When I create checkedListBox directly (without datatemplate) SelectedItems binding works great. But if I create CheckedListBox in datatemplate like this <ContentControl Content="{Binding}"...
View ArticleNew Post: Translation Colorpicker
After 3 years... could you PLEASE (!!!) add two string dependency properties to allow us to localize the "Advanced" and "Standard" text? This work can be done in less than 5 minutes. Please! There are...
View ArticleNew Post: Toolkit Controls in a Toolbar
Hi, Yes, removing the StackPanel changes the style of the Button and the textbox to use the ToolBar.TextBoxStyle and ToolBar.ButtonStyle. Unfortunately, the Toolkit's controls don't have a Toolbar...
View ArticleNew Post: Translation Colorpicker
Hi, You are right, there are more languages than English around the world. But if properties are added for the ColorPicker to manage localization, there should be the same for all text in all the...
View ArticleCommented Issue: ColorPicker: Allow Localization [19306]
Extracted from this discussion:http://wpftoolkit.codeplex.com/discussions/430383------------------------- Hi, I wanna use ColorPicker, however, the default language was english. I prefer other...
View ArticleNew Post: ChildWindow Focus
I have an issue with using a non-modal ChildWindow. It seems to lose and gain focus when clicking on the window. This is most noticable with a selected CheckBox in the ChildWindow. (I can post some...
View ArticleNew Post: ChildWindow Title Bar in windows 8
Hi, I have problem with childwindow title bar in windows 8.http://s22.postimg.org/iy848g7o1/Windows_7_Style.jpg its working fine in windows 7 as show in the below...
View ArticleCreated Unassigned: Up/Down on Keyboard not working for DataTimePicker [20963]
I've seen [this resolved bug](http://wpftoolkit.codeplex.com/workitem/20269), but I have the exact issue in my computer.Mouse wheel (when mouse is over the DataTimePicker control) does work.but...
View ArticleCreated Unassigned: custom button in wizard [20966]
hihow to add custom button in wizard?example: First-page-buttonwhen click on this button go to intro pagethank you
View ArticleNew Post: ChildWindow Focus
Hi, Can you paste some xaml that shows the bug please ? I'm trying a WindowContainer with 2 childWindows, each of them having a CheckBox. Clicking on ChildWindows to change the focus doesn't change the...
View ArticleNew Post: ChildWindow Title Bar in windows 8
Hi, I'm using v2.1 of the toolkit with windows8 and I don't see the title bar. Here's my complete XAML and the resulting image :<xctk:WindowContainer x:Name="_windowContainer">...
View ArticleCommented Unassigned: Up/Down on Keyboard not working for DataTimePicker [20963]
I've seen [this resolved bug](http://wpftoolkit.codeplex.com/workitem/20269), but I have the exact issue in my computer.Mouse wheel (when mouse is over the DataTimePicker control) does work.but...
View ArticleNew Post: Property Grid: Displaying enums in combobox
Hi! In our propertygrid, I'm currently utilizing the default behavior of displaying an enumeration as a combobox in our default style. But, when I add an editortemplatedefinition, such as...
View ArticleCommented Unassigned: custom button in wizard [20966]
hihow to add custom button in wizard?example: First-page-buttonwhen click on this button go to intro pagethank youComments: ** Comment from web user: BoucherS ** Hi,If you want to display a button that...
View Article