New 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 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 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 ArticleNew Post: Busy Indicator Content Template Button Command
Hi, You need to set the DataContext on the button inside the BusyIndicator. Something like ;<Button Grid.Column="0" Content="Pause" HorizontalAlignment="Right" Margin="0 0 2 0" DataContext="{Binding...
View ArticleNew Post: Zoombox - invert mouse keys
Is there a possitility to invert mouse keys used to drag the view? Right now it's left mouse button + drag. I wanted to use right mouse button and drag. Any way of doing this except of recompiling all...
View ArticleNew Post: datagrid sorting problem
Hi I have just managed to solve my problem :) Since I did not need any default sorting in the xaml code I had left out the collection view source and bound directly to itemssource. With a "dummy"...
View ArticleNew Post: Ruler Component
Hi, Can you explain/show what you expect of a ruler control ? Thanks.
View ArticleNew Post: Zoombox - invert mouse keys
Hi, Issue https://wpftoolkit.codeplex.com/workitem/21287 has been created.
View ArticleNew Post: Ruler Component
Hi I need some thing like this ruler and also better one:https://wpfruler.codeplex.com/ I need ruler like a canvas ruler on a viewer of 3D space. For example i have an image on a rectangle and this...
View ArticleNew Post: Ruler Component
Hi, Issue https://wpftoolkit.codeplex.com/workitem/21293 has been created.
View ArticleNew Post: How do you use the themes?
I've downloaded the WPF Toolkit Plus, but cannot find any documentation regarding how to implement the theme support.
View ArticleNew Post: Custom WF Activity with a custom List object bound to...
Hello, This question needs someone familiar with the CollectionControl as well as Workflow. I'm building a WF Activity which simply executes a stored procedure. The Activity is associated with a WPF...
View ArticleNew Post: How do you use the themes?
Hi, The themes for windows8 or windows7 is applied by default, depending on your system. The themes MetroLight, MetroDark, Office2007 Blue, Office2007 Black and Office2007 Silver is only available in...
View Article