New Post: Using Events of the Wizard
Dear all I am new to C# and object oriented but not new to programming. I have been using the xctk extended toolkit for some short time now but I can not find one very simple thing. How can I listen...
View ArticleNew Post: Using Events of the Wizard
Hi, Each WizardPage has only 2 events : "Enter" and "Leave". If you want to listen to the "Cancel" and "Next" events, you have to look in the Wizard (containing the Wizard Pages). You can define it in...
View ArticleNew Post: Tooltip for DateTimePicker
Is there a possibility to show the tooltip only over the collapsed control (not over the calendar)?
View ArticleNew Post: Using Events of the Wizard
Hi BoucherS Thank you very much for your answer. I have two question. 1) Why is the next event using the CancelRoutedEvent and the cancel is using a simpel RoutedEvent? 2) if I make it all in the code...
View ArticleNew Comment on "TimeSpanUpDown"
Hi, how can I set default increment /decrement fields of TimeSpan other than hours, for example minutes or seconds. Second question is: Can I change step value for example (15s).
View ArticleNew Post: Using Events of the Wizard
Hi, 1) There are 6 events on the Wizard control. 2 of them (Next and Previous) can be cancelled by the user by setting e.Cancel = true. Depending on what is currently displayed on the WizardPage, it...
View ArticleNew Post: [Solved] Using Events of the Wizard
Hi again, Thank you very much for your answer. I have created a solution based on your first suggestion. A mixture of code behind and xaml since the point was for me to learn :-) best regards Gouzgounis.
View ArticleNew Comment on "TimeSpanUpDown"
Hi, issue https://wpftoolkit.codeplex.com/workitem/22052 and https://wpftoolkit.codeplex.com/workitem/22053 have been created.
View ArticleNew Post: Go to next WizardPage from custom button
I want to go to the next WizardPage by using a normal <Button>, but I can't find any method to use. I can set the NextPage property, but I don't know how to actually call a NextPage-method. Does...
View ArticleNew Post: Go to next WizardPage from custom button
Hi, You need to change the Wizard.CurrentPage property to point to the WizardPage you want :wizard.CurrentPage = wizard.Items.GetItemAt( wizard.Items.IndexOf( wizard.CurrentPage ) + 1 ) as WizardPage;
View ArticleCommented Unassigned: After update form 2.3.0 to 2.5.0 problem loading...
After update form 2.3.0 to 2.5.0 I am getting following exception:_Setting property Xceed.Wpf.DataGrid.Markup.SharedResourceDictionary.Source raised an exception.Could not load file or assembly...
View ArticleCreated Unassigned: Set current DateTime Part [22052]
a user ask :Hi, how can I set default increment /decrement fields of TimeSpan other than hours, for example minutes or seconds.
View ArticleCommented Feature: Set current DateTime Part [22052]
a user ask :Hi, how can I set default increment /decrement fields of TimeSpan other than hours, for example minutes or seconds.Comments: ** Comment from web user: BoucherS ** Hi,This will be fixed in...
View ArticleCreated Unassigned: Set Increment/Decrement Step for DateTimeUpDowns [22053]
A user asks : Can I change step value for example (15s) for TimeSpanUpDown ?
View ArticleCommented Feature: Set Increment/Decrement Step for DateTimeUpDowns [22053]
A user asks : Can I change step value for example (15s) for TimeSpanUpDown ?Comments: ** Comment from web user: BoucherS ** This will be fixed in v2.9.The new Property "Step" will let you customize the...
View ArticleCommented Feature: Support for ICustomTypeProvider [22045]
I think ICustomTypeProvider is newer and easier to use than ICustomTypeDescriptor. I suggest to add its support by adding a single condition as show here:ObjectContainerHelperBase.cs protected static...
View ArticleCommented Issue: Code to solve issue where using markupProperty .Value throw...
I propose to change some with the following in order to prevent exception while debugging:(It also solve one of your to :-))DescriptorPropertyDefinitionBase.cs internal void...
View ArticleNew Post: Go to next WizardPage from custom button
BoucherS wrote: Hi, You need to change the Wizard.CurrentPage property to point to the WizardPage you want :wizard.CurrentPage = wizard.Items.GetItemAt( wizard.Items.IndexOf( wizard.CurrentPage ) + 1 )...
View ArticleCreated Unassigned: Takes 2 tabs to move past ColorPicker [22057]
It takes two tabs to tab out of the ColorPicker control. It seems that the ContentControl within "ColorAndName" (which is within "PART_ColorPickerToggleButton") should have IsTabStop set to False.
View ArticleCreated Unassigned: AvalonDock LayoutPanes never show scrollbars inside [22058]
I have several toolwindows added to my dockingmanager in an mvvm application. Even if the usercontrol used to template the toolwindow defines scrolling, minsize, etc. there ain't ever scrollbars...
View Article