Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Browsing all 4964 articles
Browse latest View live

New Comment on "RichTextBoxFormatBar"

I am unable to get this to display in my wpf application. This needs much better documentation.

View Article


New Comment on "RichTextBoxFormatBar"

Hi, Try something like this : <xctk:RichTextBox Margin="5" Width="350"> <xctk:RichTextBoxFormatBarManager.FormatBar> <xctk:RichTextBoxFormatBar />...

View Article


Commented 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 Article

Reopened 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 Article

Commented 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 Article


Commented 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 Article

Created 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 Article

Created 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 Article


Edited 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 Article


Commented 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 Article

Edited 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 Article

Commented 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 Article

Commented 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 Article


New Comment on "Documentation"

is it possible to download "BusyIndicator" lib only?

View Article

New 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 Article


New Comment on "ValueRangeTextBox"

What are valid ValueDataTypes? I cannot set anything (string, Int32, etc.) in XAML or code)

View Article

New Comment on "Documentation"

Hi, The BusyIndicator is part of the Toolkit library. You cannot download only the busyIndicator.

View Article


New 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 Article

New 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 Article

New 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
Browsing all 4964 articles
Browse latest View live