New Post: DataGrid + TimePicker + PropertyChanged
Hi, make sure you FieldNames do not contains "Spaces" and that your "Names" are different. Here is the second column modified.<xcdg:Column FieldName="TheSecondOne" x:Name="start2">...
View ArticleNew Post: [AvalonDock 2.0] Binding the title of a LayoutDocument from a...
Thanks for the response, but is there any way to do this without codebehind? (using pure MVVM would be the ideal). Thank you!
View ArticleNew Post: View a datagrid column's data type
Hi, Maybe you could use "CellContentTemplateSelector" from Column :<StackPanel> <Button Content="Change ItemsSource" Click="Button_Click" /> <xcdg:DataGridControl x:Name="_datagrid">...
View ArticleCommented Unassigned: Increment and Decrement buttons of ButtonSpinner looks...
Hi, the background of Increment/Decrement buttons of ButtonSpinner looks different in XP and Win 7.In Win 7 the background of the buttons is transparent and only on mouse over, some color is...
View ArticleNew Post: Removing white-out when inactiviating time picker
Yes, I have that resource dictionary. I should be more specific. I am mimicking expression dark on the timepicker because, as you stated, expression dark does not cover that control. I am modifying...
View ArticleNew Post: Conditional Wizard Pages
That's exactly what I needed! Thank you very much, Jaroslav
View ArticleNew Post: Programmatically select next page in the Wizard control
How do I programmatically move to the next page in the wizard? My plan is to have a viewmodel binded binded to a wizard page. I have certain user actions on a different screen that signifies the...
View ArticleNew Post: View a datagrid column's data type
The problem with this solution is in my program the columns are being created dynamically. I have no idea what field names there will be until runtime so I cannot code them in the xaml as you have shown.
View ArticleNew Post: Programmatically select next page in the Wizard control
Hi, Yes, you can go with CurrentPage = CurrentPage.NextPage;
View ArticleNew Post: View a datagrid column's data type
Hi, I see. But when the column is created dynamically, can you add the property CellContentTemplateSelector = new CellDataTemplateSelector to it ? CellDataTemplateSelector would contain all possible...
View ArticleNew Post: Removing white-out when inactiviating time picker
I suggest you redefine the ControlTemplate of the TimePicker. 1) For the Foreground, it's easy to change :<Window.Resources> <Style TargetType="{x:Type xctk:TimePicker}">...
View ArticleNew Post: Removing white-out when inactiviating time picker
Thanks for the info. I have attached some pictures that show what I am trying to do. You can see that in the images there is an opacity applied to either of the controls when IsEnabled = False for that...
View ArticleCreated Unassigned: Support TimeSpan format strings [21608]
Something like this should be doable, "hh:mm:ss.fff tt", yes?When I set that, the formatting does not occur, and the drop down shows full date/time, in spite of the fact this is a TimePicker.
View ArticleCreated Unassigned: Zoombox throws exception [21610]
Hi,I've added the Extended WPF Toolkit using nuget.org and added a Zoombox to a window. When running the application the Zoombox will throw an exception. The inner exception message is "Illegal...
View ArticleNew Post: Removing white-out when inactiviating time picker
Hi, Is the Rectangle with the Fill = "LightBrush" the problem with the white Background overlay ?
View ArticleCommented Unassigned: Support TimeSpan format strings [21608]
Something like this should be doable, "hh:mm:ss.fff tt", yes?When I set that, the formatting does not occur, and the drop down shows full date/time, in spite of the fact this is a TimePicker.Comments:...
View ArticleCommented Unassigned: Zoombox throws exception [21610]
Hi,I've added the Extended WPF Toolkit using nuget.org and added a Zoombox to a window. When running the application the Zoombox will throw an exception. The inner exception message is "Illegal...
View ArticleNew Post: Customizing Wizard Footer background color?
Hi, is there a way I can change the background color of the footer panel on the bottom side of the wizard control?
View ArticleNew Post: PropertyGrid + Custom Editors + ClassLibrary
Hi, I have many classes in my ClassLibrary. This library used in some projects. For some classes I created custom editor. But PropertyGrid placed in application don't work with my custom editors......
View Article