New Post: Can't figure out how to use PropertyGrid
Nope, that was it. Thanks. I was setting the DataContext instead.
View ArticleNew Post: Can't figure out how to use PropertyGrid
Is there a way to make it so that the PropertyGrid won't show properties with certain attributes? Say I have two property grids hooked up to the same property and I have two separate attributes...
View ArticleNew Post: PropertyGrid
Hi, The error "Cannot modify TargetProperties once the definition has beed added to a collection." in XAML won't affect your program. It won't happen in v2.5.
View ArticleNew Post: Can't figure out how to use PropertyGrid
Hi, This attribute doesn't exists. But when you create your propertyGrid, you can set the properties you want to display. Make sure to set the AutoGenerateProperties to False. This way, one...
View ArticleUpdated Wiki: Home
June 17, 2014 update: Released v2.2.1 with bug fixes. On June 2, 2014, released v2.2.0 with 2 new controls and 15 bug fixes and improvements. Users of the Plus Edition got 2 more controls in v2.2.0 and...
View ArticleUpdated Wiki: Compare Editions
Compare Extended WPF Toolkit EditionsThe free, open source Community Edition is provided here on CodePlex under the Microsoft Public License. ThePlus Edition is one release ahead, adds additional...
View ArticleNew Post: Can't figure out how to use PropertyGrid
Thanks, that doesn't help with dynamically loaded objects, though (meaning I won't know the implementation up front to hard code specific properties to show/not show). It looks like I'll have to dig...
View ArticleNew Post: PropertyGrid Class name edit
Boucher, Thanks.. Is there a way to make it editable? public override string ToString() { return "ClassValue"; } -Gautham
View ArticleNew Post: PropertyGrid Class name edit
Hi, I don't see any. An expandable property is basically a class, with a collection of properties. This class doesn't have a "Value" like regular properties or a "ValueType". You can use the ToString()...
View ArticleNew Post: Can't figure out how to use PropertyGrid
What about doing the above from the code behind? If I can set up the property definitions from the code behind I might be able to do this at run time when my list's selected item changes.
View ArticleNew Post: Can't figure out how to use PropertyGrid
Yes, you can try it. If you need to refresh the PropertyGrid, try PropertyGrid.Update().
View ArticleNew Post: PropertyGrid Class name edit
Boucher, Thanks for the reply again. I was wanting to store a byte value for the Gain0 - (say 0xF1) and inside the expandable property I was planning to have the bit fields as enums =>"11110001". I...
View ArticleCreated Unassigned: TimeSpanUpDown: Insufficient Range and Precision [21271]
The TimeSpanUpDown class appears to support a range of only 24 days, and no fractional seconds. As the TimeSpan class itself supports up to approx. 29227.7 years, and supports sub-millisecond...
View ArticleNew Post: datagrid sorting problem
I am still having the problem where if i collapse some groups and do a sort all groups are expanded following the sort - any ideas on why this might be happening?
View ArticleNew Post: Can't figure out how to use PropertyGrid
If I have a string property in my propertygrid that I intend to be a password field, is there an attribute I can decorate the property with to obfuscate the text?
View ArticleCommented Feature: Zoombox scroll [20532]
Some user prefer to use scrollbars than viewbox then the addition of (optional) scrollbars can be a good feature. Or at least implement IScrollInfo in order to make the control compatible with an...
View ArticleNew Post: Can't figure out how to use PropertyGrid
Hi, We don't have this kind of attribute, but you can vote for this issue : https://wpftoolkit.codeplex.com/workitem/20095. Adding a passwordTextBox control in the toolkit could be a solution for...
View ArticleNew Post: datagrid sorting problem
Hi, What version of the Toolkit are you using ? Can you provide a sample of the problem ? Thanks.
View ArticleNew Post: Busy Indicator Content Template Button Command
I am having a small issue that I have not been able to get around implementing the Busy Indicator. As a test, I set up a small page and copied the Custom Content example code from the busy indicator...
View ArticleNew Post: Busy Indicator Content Template Button Command
Well I found one solution but I am not exactly sure how it works. I am still new to WPF and am learning as I go along. I changed the button command inside the BusyIndicator to:Command="{Binding...
View Article