Edited Issue: TimePicker BorderThickness can't be set [21884]
Greetings Gurus, it seems this is a bug. TimePicker BorderThickness can't be set var t = new TimePicker(); t.BorderThickness = new Thickness(0);The border still wraps the control (incidentally it works...
View ArticleNew Post: NumericUpDown with Percent format string
If I have the following:<xctk:IntegerUpDown Increment="1" Minimum="1" Maximum="100" FormatString="P0" /> the value, as displayed in the control's textbox, appears multiplied by 100. If I have,...
View ArticleCommented Issue: TimePicker BorderThickness can't be set [21884]
Greetings Gurus, it seems this is a bug. TimePicker BorderThickness can't be set var t = new TimePicker(); t.BorderThickness = new Thickness(0);The border still wraps the control (incidentally it works...
View ArticleCommented Issue: TimePicker BorderThickness can't be set [21884]
Greetings Gurus, it seems this is a bug. TimePicker BorderThickness can't be set var t = new TimePicker(); t.BorderThickness = new Thickness(0);The border still wraps the control (incidentally it works...
View ArticleNew Post: Using Custom Font in xctk:RichTextBox without actually installing...
Hi, I am trying to use Custom Font in RichTextBox, without installing that font. My requirements are, I have TTF files, I need to use that font in the application without actually installing it....
View ArticleNew Comment on "DateTimePicker"
I am seeting the max value for datetime picker as DateTimePicker.Maximum = DateTime.Now; It is not allowing to scroll down the fture time as intended. However, it is allowing us to pick the future time...
View ArticleCommented Issue: TimePicker BorderThickness can't be set [21884]
Greetings Gurus, it seems this is a bug. TimePicker BorderThickness can't be set var t = new TimePicker(); t.BorderThickness = new Thickness(0);The border still wraps the control (incidentally it works...
View ArticleNew Post: NumericUpDown with Percent format string
Hi, This a a normal behavior, as you can see on this Microsoft page : https://msdn.microsoft.com/en-us/library/dwhawy9k%28v=vs.110%29.aspx You can try with this :<xctk:IntegerUpDown Increment="1"...
View ArticleNew Post: How to make the Up/Down buttons of IngegerUpDown wider
The following Style could change the color of the IntegerUpDown buttons. I was experimenting with making the up/down buttons wider similarly without success. <extwpf:IntegerUpDown.Style>...
View ArticleCommented Issue: 'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an...
Since installation of Visual Studion 2015 CTP6 RangeSlider gives as runtime error:{"'Initialization of 'Xceed.Wpf.Toolkit.RangeSlider' threw an exception.' Line number '87' and line position...
View ArticleNew Post: Using checklistbox with ModernUI in windows7.
Hello! The problem is when i click on checkbox and it is checked and i remove cursor from with chechbox, checkbox seemed unchecked and then i click on another checkbox, the first one becomes is...
View ArticleCreated Unassigned: DatePicker in DropdownButtonContent [21888]
HiI have a small application where a DropdownButton has a DatePicker as DropDownContent.Use case is following:- Open DropdownButton- Open DatePicker- Click on Title to select another month- Select...
View ArticleNew Post: Using checklistbox with ModernUI in windows7.
Hi, You could find your answer here : https://wpftoolkit.codeplex.com/workitem/19361 It should be fixed in v2.7.
View ArticleNew Post: Using checklistbox with ModernUI in windows7.
Thank you very much! You saved much time for me!
View ArticleNew Post: Using checklistbox with ModernUI in windows7.
So, after inserting the following code:<CheckBox IsChecked="{Binding IsSelected, RelativeSource={RelativeSource TemplatedParent}}" Padding="{TemplateBinding Padding}"...
View ArticleNew Post: Using checklistbox with ModernUI in windows7.
In my case the solution was the following code: <CheckBox IsChecked="{Binding IsSelected, RelativeSource={RelativeSource TemplatedParent}}" Padding="{TemplateBinding Padding}"...
View ArticleNew Post: How to make the Up/Down buttons of IngegerUpDown wider
Hi, You can change the value of "SystemParameters.VerticalScrollBarWidthKey" which used to set the width for the ButtonSpinners :<xctk:IntegerUpDown Value="35" Height="25">...
View ArticleNew Post: Size of first time pinned autohide window is wrong
I'm using Extended WPF Toolkit - AvalanDock (v2.4) and when I run the application, open the Application and open left side (or bottom side) autohide Tab. Then Pin it to stay open. in the current...
View ArticleNew Post: PropertyGrid and UpdateSourceTrigger=PropertyChanged not working
Hi, I got a grid with the following binding: <tk:PropertyGrid SelectedObject="{Binding Blubber, UpdateSourceTrigger=PropertyChanged, ValidatesOnDataErrors=True, ValidatesOnExceptions=True}" >...
View Article