Edited Feature: WatermarkTextBox : Keep Watermark on GotFocus [21667]
Any way to have the watermark not disappear until the user starts typing? Many apps need to automatically focus a textbox when initially displaying a page, so the user will never see that watermark in...
View ArticleCommented Feature: WatermarkTextBox : Keep Watermark on GotFocus [21667]
Any way to have the watermark not disappear until the user starts typing? Many apps need to automatically focus a textbox when initially displaying a page, so the user will never see that watermark in...
View ArticleNew Post: Child Window
Is there a way to modify ChildWindow Template. I want to have one panel for both PART_Header and content.
View ArticleNew Post: Child Window
Hi, The childWindow Template is located in : -Xceed.Wpf.Toolkit/ChildWindow/Themes/Aero2.NormalColor.xaml (for Windows 8) -Xceed.Wpf.Toolkit/ChildWindow/Themes/Generic.xaml (for other Windows) It uses...
View ArticleNew Post: CheckListBox SelectedItemsOverride binding not working
I have a problem with getting the CheckListBox SelectedItemsOverride set binding to work. The get binding (on my SelectedTaskStatuses) is called correctly during initialization but set is never called...
View ArticleNew Post: CheckListBox SelectedItemsOverride binding not working
Hi, From what I can see, the Collections are set to a value, but the get returns a new collection. I would suggest to initialize the collection when defining the variable, or in the get, if the...
View ArticleNew Post: CheckListBox SelectedItemsOverride binding not working
Hi BoucherS, You solved my problem :-) My key misunderstanding was that setter will be called only if the entire collection is changed and not on changes to the content of the selection. I am new to...
View ArticleNew Post: CheckBoxList get items inside and select them
Hello, I want to make an CheckBoxList with a "Select All" Item, and when you click it every item in the CheckBoxList should get selected. So I was wondering how you'd get all the items within a...
View ArticleNew Post: CheckBoxList get items inside and select them
Never mind, this worked for me:for (int i = 1; i < CheckBoxList.Items.Count; i++) { CheckBoxList.SelectedItems.Add(CheckBoxList.Items[i]); }
View ArticleNew Post: AvalonDock Problem showing document contents of tab in Anchorable...
Hello, I have an Avalondock that incorporates both a LayoutDocumentPane and an LayoutAnchorablePane the DocumentsSource and AnchorablesSource both binding to the same datasource which in this case...
View ArticleNew Post: IntegerUpDown behavior changed
I'm using the component IntegerUpDown for sometime now and I had to update to version 2.0. Before, the "UpdateSourceTrigger" was not working and the component had two behaviors.Using the up and down...
View ArticleNew Post: PropertyGrid Readonly and Font Color
Hello, when I set the Property IsReadOnly="True" on PropertyGrid (v2.5), all the fields are greyed out (like IsEnabled="False"). Is there any way to show the user the properties with a black font...
View ArticleNew Post: PropertyGrid Readonly and Font Color
Hi, This is the default behavior. When PropertyGrid.IsReadOnly is set to True, all the PropertyItems Editor's IsEnabled property are set to false. If you use a CheckBox or textBox, when IsEnabled =...
View ArticleNew Post: IntegerUpDown behavior changed
Hi, Starting at v2.5, a new Property is available on UpDownBase : UpdateValueOnEnterKey. In NumericUpDowns, DateTimeUpDown, DateTimePicker, TimePicker, TimeSpanUpDown, a new boolean property was added:...
View ArticleNew Post: Close drop down button programatically
I have a custom control as the content of the drop down button. In the custom control, I have a button that will show a new window. I want the drop down button to close when the new window is shown....
View ArticleNew Post: Why modifying an expandable object doesn't not refresh the content...
I also need this functionality. It seems clear to me that an unexpanded object should definitely describe it's current state (and not it's initial state) otherwise the user looking at an unexpanded...
View ArticleCreated Unassigned: Got NullReferenceException trying to dock aside [21682]
System.NullReferenceException: Object reference not set to an instance of an object.в Xceed.Wpf.AvalonDock.Controls.DropTarget`1.<>c__DisplayClass1.<Drop>b__0()в...
View ArticleNew Post: Create an editor for property grid in one project and add refrence...
I am having a similar problem. eranop1 did you ever find out what was wrong?
View ArticleNew Post: Create an editor for property grid in one project and add refrence...
Ok Guys, I have found out why my editor was not being used and maybe this might help someone else who is also suffering from this problem. In my case I had 3 assemblies: Assembly A : a C# library...
View ArticleCommented Issue: Editors defined within another assembly does not work [18734]
Based on discussion:http://wpftoolkit.codeplex.com/discussions/397185Comments: ** Comment from web user: benixix ** Hi BoucherSIf you haven't already seen it, can you please check out my post...
View Article