No announcements
Found 2087472 threads
-
2 Votes
PropertyGrid won't set array values
I imagine the PropertyGrid control is using the default type converter for arrays, which unfortunately I don't know which is.Answered | 6 Replies | 4369 Views | Created by RWey - Thursday, June 23, 2011 6:15 PM | Last reply by Mike Dos Zhang - Wednesday, June 29, 2011 3:18 AM -
3 Votes
PropertyGrid String value with CustomEditor
When you attempt to change the text in the PropertyGrid's textbox, nothing will happen.Answered | 6 Replies | 5982 Views | Created by CKKwan - Wednesday, June 8, 2011 11:19 AM | Last reply by Mike Dos Zhang - Thursday, June 23, 2011 5:25 AM -
4 Votes
How to set value for array of arrays (jagged array)
Unfortunately the class from XSD uses array of arrays (jagged array).Answered | 42 Replies | 1006 Views | Created by aujong - Wednesday, September 10, 2014 7:07 PM | Last reply by aujong - Monday, September 15, 2014 7:04 PM -
1 Votes
about some value's color in propertyGrid
For PropertyGrid (a Windows forms control) issue, Discussion inAnswered | 3 Replies | 12189 Views | Created by BlueYYan - Thursday, October 9, 2008 10:29 AM | Last reply by Uchiha Itahci - Wednesday, May 14, 2014 2:35 AM -
0 Votes
In the PropertyGrid Control, how to check validity of new value...
Add the validation to the property of the object you're binding to: class MyClass { private string _name; public string Name { get ...Answered | 2 Replies | 5356 Views | Created by Made in Chaos - Thursday, June 18, 2009 5:19 AM | Last reply by codevanced - Thursday, June 18, 2009 8:10 PM -
1 Votes
Replace the "hardcoded" value "(Collection)" for something else in a propertyGrid
Change the return value in the ConvertTo method to any string you like.Answered | 2 Replies | 1585 Views | Created by MikeQA - Monday, February 6, 2012 3:06 PM | Last reply by Bob Wu-MT - Monday, February 13, 2012 9:29 AM -
2 Votes
PropertyGrid question.
Happy to help :) I here is the test I have <Serializable()> _ Public Class myGrid Private valueList As New List(Of LabelValues) ...Answered | 17 Replies | 3941 Views | Created by MadnessIsMine - Saturday, June 5, 2010 1:48 AM | Last reply by Kevin at Sydney - Wednesday, September 22, 2010 1:01 AM -
0 Votes
How do I Display A HashSet As Either A Collection or an Array in the PropertyGrid
I wanted my Venders to be A HashSet not an Array.Answered | 3 Replies | 2837 Views | Created by Aaron Campf - Wednesday, December 21, 2011 6:22 AM | Last reply by John Anthony Oliver - Sunday, January 1, 2012 10:54 PM -
2 Votes
PropertyGrid: How to hide expandable type names ?
I would try first with the TypeConverter (expecially if the property values you want to check are at the same level), there is less coding to do.Answered | 6 Replies | 9308 Views | Created by RWey - Thursday, April 21, 2011 2:56 PM | Last reply by Mike Dos Zhang - Thursday, April 28, 2011 5:19 AM -
0 Votes
PropertyGrid and dynamic types of objects
I've run into another problem; When the type of the object I assign to myField is a custom type (i.e a class that I defined by myself, or some built in complex type), it is displayed as ...Answered | 3 Replies | 4021 Views | Created by MarinaSkar - Friday, December 4, 2009 12:54 AM | Last reply by MarinaSkar - Tuesday, December 8, 2009 6:56 PM -
1 Votes
propertyGrid for WPF
In case you're interested, I'm curently working on a WPF PropertyGrid (still in development) Blog post with some screenshots available here : ...Answered | 9 Replies | 13607 Views | Created by Cider_newbie_India - Wednesday, October 31, 2007 12:40 PM | Last reply by Len__7 - Thursday, July 10, 2008 2:08 AM -
0 Votes
PropertyGrid Refresh problem...
= null) PropertyChanged(this, null); } } private string m_LastName; public string LastName ...Answered | 4 Replies | 8644 Views | Created by IamHuM - Sunday, January 17, 2010 2:49 PM | Last reply by Vladimir.Ilic - Sunday, January 17, 2010 5:00 PM -
0 Votes
WF PropertyGrid Refresh
So then a question I have is if I have a property that when "set" would append a suffix to its value during the "set", how can the ...Answered | 8 Replies | 74077 Views | Created by KeithWilliams324 - Tuesday, July 6, 2010 5:23 PM | Last reply by KeithWilliams324 - Friday, July 9, 2010 4:01 PM -
0 Votes
Compare Value to Array
Hi, If notEligibleRehire is still an array, this snippet won't work (it would compare an array with a boolean which is not valid).Answered | 5 Replies | 942 Views | Created by Joe Marx's - Tuesday, July 9, 2013 1:12 PM | Last reply by Patrice Scribe - Tuesday, July 9, 2013 2:46 PM -
0 Votes
Visual c++: Windows Forms::PropertyGrid
Hi Ralf, To use the property grid, you create a new instance of the PropertyGrid class on a parent control and set SelectedObject to the object to display ...Answered | 3 Replies | 4827 Views | Created by NiZid - Monday, June 14, 2010 8:42 PM | Last reply by Helen Zhou - Monday, June 21, 2010 5:57 AM -
0 Votes
WPF PropertyGrid Modal Editor... help!
This is about DESIGN TIME functionality, not using a PropertyGrid in an application.Answered | 17 Replies | 1548 Views | Created by SteveWDI - Wednesday, May 6, 2015 10:17 PM | Last reply by SteveWDI - Thursday, May 7, 2015 8:45 PM -
1 Votes
Localize the values of Font properties in PropertyGrid in C#
set { _theFont.Name = value; } } [TypeConverter(typeof(MyLocalizableBoolTypeConverter))] public bool ...Answered | 15 Replies | 8504 Views | Created by vudh - Wednesday, September 14, 2011 2:12 AM | Last reply by sancheolz - Thursday, May 21, 2015 1:15 PM -
0 Votes
Object does not match target type in PropertyGrid
I'm stuck on a problem with my customized version of the PropertyGrid.Answered | 1 Replies | 7166 Views | Created by Alessandro Fiorencis - Tuesday, January 3, 2012 4:16 PM | Last reply by Helen Zhou - Friday, January 6, 2012 3:08 AM -
0 Votes
PropertyGrid preventing shortcut keys
It is based on this project: http://sourceforge.net/projects/dockpanelsuite/ I have a properties window that uses a PropertyGrid control.Answered | 2 Replies | 3143 Views | Created by exvance - Wednesday, January 12, 2011 8:18 PM | Last reply by Helen Zhou - Friday, January 21, 2011 9:36 AM -
3 Votes
Edit PropertyGrid Object Property Names
Remember that in GetProperties() you are creating an array of attributes containing a new instance of BrowsableAttribute()?Answered | 24 Replies | 8438 Views | Created by 80eddy - Friday, April 29, 2011 5:22 PM | Last reply by Mike Dos Zhang - Thursday, May 12, 2011 3:42 AM - Items 1 to 20 of 2087472 Next ›
No announcements