New Comment on "RichTextBoxFormatBar"
I am unable to get this to display in my wpf application. This needs much better documentation.
View ArticleNew Comment on "RichTextBoxFormatBar"
Hi, Try something like this : <xctk:RichTextBox Margin="5" Width="350"> <xctk:RichTextBoxFormatBarManager.FormatBar> <xctk:RichTextBoxFormatBar />...
View ArticleCommented Unassigned: PropertyGrid not thread safe for multiple ui threads...
Hi, I recently discovered a bug in version 2.4.0.0 (I guess newer versions are affected as well): If you start two property grid instances in two windows with different UI Threads, you will get an...
View ArticleReopened Unassigned: PropertyGrid not thread safe for multiple ui threads...
Hi, I recently discovered a bug in version 2.4.0.0 (I guess newer versions are affected as well): If you start two property grid instances in two windows with different UI Threads, you will get an...
View ArticleCommented Issue: How to get Keyboard Focus on the textbox of the...
How do we programmatically assign Keyboard focus to the textbox component of the TokenizedTextbox control?Comments: ** Comment from web user: poocherelo ** Thanks for your response and for your...
View ArticleCommented Issue: How to get Keyboard Focus on the textbox of the...
How do we programmatically assign Keyboard focus to the textbox component of the TokenizedTextbox control?Comments: ** Comment from web user: BoucherS ** Hi,Current users for Community edition have...
View ArticleCreated Unassigned: Messagebox hidden [22192]
I have a WPF application embedded in a third-party software. My WPF app only has user controls and no windows at all. What does happen is if I call XCeed.Wpf.Toolki.Messagebox.Show(...), click on any...
View ArticleCreated Unassigned: TimeSpanUpDown allows letters and long numbers [22193]
TimeSpanUpDown allows letters and long numbers when typing into input areas. That should be generally blocked. It really has no sense to allow the user to change 00:08:00 to 00:0aaaabbbbbccccc:00.
View ArticleEdited Issue: Messagebox hidden [22192]
I have a WPF application embedded in a third-party software. My WPF app only has user controls and no windows at all. What does happen is if I call XCeed.Wpf.Toolki.Messagebox.Show(...), click on any...
View ArticleCommented Unassigned: PropertyGrid not thread safe for multiple ui threads...
Hi,I'll just reopend this issue - I just tested it with v2.6 but the reported issue still exists!* I am starting a window in its own UI thread.* The window contains a propertygrid. At some time I close...
View ArticleEdited Issue: TimeSpanUpDown allows letters and long numbers [22193]
TimeSpanUpDown allows letters and long numbers when typing into input areas. That should be generally blocked. It really has no sense to allow the user to change 00:08:00 to...
View ArticleCommented Issue: Messagebox hidden [22192]
I have a WPF application embedded in a third-party software. My WPF app only has user controls and no windows at all. What does happen is if I call XCeed.Wpf.Toolki.Messagebox.Show(...), click on any...
View ArticleCommented Issue: Messagebox hidden [22192]
I have a WPF application embedded in a third-party software. My WPF app only has user controls and no windows at all. What does happen is if I call XCeed.Wpf.Toolki.Messagebox.Show(...), click on any...
View ArticleNew Comment on "CheckListBox"
If i add item to SelectedItems by use SelectedItems.Add(object) , the ItemSelectionChanged event raise , this is fine but when i check SelectedValue i do not find the value of this object. This also...
View ArticleNew Comment on "ValueRangeTextBox"
What are valid ValueDataTypes? I cannot set anything (string, Int32, etc.) in XAML or code)
View ArticleNew Comment on "Documentation"
Hi, The BusyIndicator is part of the Toolkit library. You cannot download only the busyIndicator.
View ArticleNew Post: CheckListBox : SelectedValue not updated on SelectedItems.Add/Remove
A user wrote :"If i add item to SelectedItems by use SelectedItems.Add(object) , the ItemSelectionChanged event raise , this is fine but when i check SelectedValue i do not find the value of this...
View ArticleNew Post: CheckListBox : SelectedValue not updated on SelectedItems.Add/Remove
I cannot reproduce the bug. Can you submit a sample ? Here's one that works :<StackPanel> <xctk:CheckListBox x:Name="_checkListBox"/> <TextBlock Text="{Binding SelectedValue,...
View ArticleNew Comment on "ValueRangeTextBox"
Hi, here are examples : <xctk:ValueRangeTextBox MinValue="10" MaxValue="20" ValueDataType="{x:Type s:Int32}"/> <xctk:ValueRangeTextBox MinValue="0" MaxValue="10" ValueDataType="{x:Type...
View Article