Click here to Skip to main content
15,899,754 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: how to hide properties in propertyGrid Pin
Hamid Amrbdi29-Jul-09 20:19
Hamid Amrbdi29-Jul-09 20:19 
GeneralRe: how to hide properties in propertyGrid Pin
DaveyM6930-Jul-09 4:55
professionalDaveyM6930-Jul-09 4:55 
GeneralRe: how to hide properties in propertyGrid Pin
Hamid Amrbdi30-Jul-09 14:09
Hamid Amrbdi30-Jul-09 14:09 
GeneralRe: how to hide properties in propertyGrid Pin
DaveyM6931-Jul-09 0:24
professionalDaveyM6931-Jul-09 0:24 
GeneralRe: how to hide properties in propertyGrid Pin
Hamid Amrbdi3-Aug-09 13:45
Hamid Amrbdi3-Aug-09 13:45 
GeneralRe: how to hide properties in propertyGrid Pin
Pete O'Hanlon3-Aug-09 22:06
mvePete O'Hanlon3-Aug-09 22:06 
GeneralRe: how to hide properties in propertyGrid Pin
DaveyM694-Aug-09 1:43
professionalDaveyM694-Aug-09 1:43 
AnswerRe: how to hide properties in propertyGrid Pin
Patrick Fox28-Jul-09 10:06
Patrick Fox28-Jul-09 10:06 
Another option you might want to consider is writing a class that implements ICustomTypeDescriptor.

Normally, a property grid fetches a type descriptor that (no surprise here) describes the type. You can create custom descriptors that alter behaviors; change editors on the fly, hide properties, show additional 'pseudo' properties, etc...

ICustomTypeDescriptor is implemented by a few classes, you might want to check the MSDN pages for more info on how to use this, if you're clever it will be much easier than rewriting classes with New properties and different attributes.
QuestionCreate an embeded aplication Pin
rick055626-Jul-09 21:24
rick055626-Jul-09 21:24 
AnswerRe: Create an embeded aplication Pin
King Julien27-Jul-09 3:47
King Julien27-Jul-09 3:47 
QuestionHow to convert structure from rows to columns !!!??? very strange ! Pin
Feras Mazen Taleb26-Jul-09 21:06
Feras Mazen Taleb26-Jul-09 21:06 
Questiontooltip control for win ce app Pin
obalesu26-Jul-09 20:43
obalesu26-Jul-09 20:43 
QuestionSlow Multicast Delegates ? Pin
sneusse26-Jul-09 9:00
sneusse26-Jul-09 9:00 
AnswerRe: Slow Multicast Delegates ? Pin
PIEBALDconsult26-Jul-09 15:00
mvePIEBALDconsult26-Jul-09 15:00 
AnswerRe: Slow Multicast Delegates ? Pin
Luc Pattyn26-Jul-09 19:25
sitebuilderLuc Pattyn26-Jul-09 19:25 
AnswerRe: Slow Multicast Delegates ? Pin
DaveyM6927-Jul-09 1:45
professionalDaveyM6927-Jul-09 1:45 
GeneralRe: Slow Multicast Delegates ? Pin
Luc Pattyn27-Jul-09 11:23
sitebuilderLuc Pattyn27-Jul-09 11:23 
GeneralRe: Slow Multicast Delegates ? Pin
DaveyM6927-Jul-09 13:20
professionalDaveyM6927-Jul-09 13:20 
QuestionObject reference not set to an instance of an object. Pin
ChiSmile26-Jul-09 8:28
ChiSmile26-Jul-09 8:28 
AnswerRe: Object reference not set to an instance of an object. Pin
Adam Maras26-Jul-09 8:53
Adam Maras26-Jul-09 8:53 
AnswerRe: Object reference not set to an instance of an object. Pin
Pete O'Hanlon26-Jul-09 9:09
mvePete O'Hanlon26-Jul-09 9:09 
GeneralRe: Object reference not set to an instance of an object. Pin
ChiSmile26-Jul-09 9:16
ChiSmile26-Jul-09 9:16 
GeneralRe: Object reference not set to an instance of an object. Pin
Pete O'Hanlon26-Jul-09 10:13
mvePete O'Hanlon26-Jul-09 10:13 
QuestionAutoGenerateColumns being overwritten by Visual Studio IDE Pin
Kevin Geary25-Jul-09 9:54
Kevin Geary25-Jul-09 9:54 
AnswerRe: AutoGenerateColumns being overwritten by Visual Studio IDE Pin
Henry Minute26-Jul-09 9:51
Henry Minute26-Jul-09 9:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.