Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I do all columns ' items selectable in ListView ? Pin
Wendelius13-Aug-08 6:41
mentorWendelius13-Aug-08 6:41 
GeneralRe: How can I do all columns ' items selectable in ListView ? Pin
Mohammad Dayyan13-Aug-08 8:55
Mohammad Dayyan13-Aug-08 8:55 
GeneralRe: How can I do all columns ' items selectable in ListView ? Pin
Wendelius13-Aug-08 9:01
mentorWendelius13-Aug-08 9:01 
Questionclass object properties Pin
netJP12L12-Aug-08 8:59
netJP12L12-Aug-08 8:59 
AnswerRe: class object properties Pin
Wendelius12-Aug-08 9:09
mentorWendelius12-Aug-08 9:09 
GeneralRe: class object properties Pin
netJP12L12-Aug-08 9:29
netJP12L12-Aug-08 9:29 
GeneralRe: class object properties Pin
Wendelius12-Aug-08 9:36
mentorWendelius12-Aug-08 9:36 
GeneralRe: class object properties Pin
netJP12L12-Aug-08 10:00
netJP12L12-Aug-08 10:00 
It's becuase, I do'nt want to display all the properties in my application. Let's say, you have a Rectangle class and it's has the following properties
Width, Height
Color
Name

So, why would you want to display all the Control properties inside the PropertyGrid.
Another way way i was thinking is to create a data class that olds only the properties and populate the my custom object through that class. And also assign that data class to the PropertyGrid.

The bigggest problem will be that for each (Control object) I will have a data class. So, by extending my above example. I created a Field, Player Control(FieldControl.cs, PlayerControl.cs) classes I'll have to have FieldDataClass.cs,PlayerDataClass.cs.

if so do you think this may be led me into problems?

I appreciated your answers. Thanks
GeneralRe: class object properties Pin
Wendelius12-Aug-08 10:08
mentorWendelius12-Aug-08 10:08 
GeneralRe: class object properties Pin
netJP12L12-Aug-08 12:03
netJP12L12-Aug-08 12:03 
GeneralRe: class object properties Pin
Wendelius12-Aug-08 12:13
mentorWendelius12-Aug-08 12:13 
AnswerRe: class object properties [modified] Pin
visualhint13-Aug-08 5:06
visualhint13-Aug-08 5:06 
QuestionIsolated Storaged: How to Access Isolated Storage of a Different Assembly? Pin
stilz12-Aug-08 8:33
stilz12-Aug-08 8:33 
QuestionDisable A Listbox Item Pin
Kevin Marois12-Aug-08 8:24
professionalKevin Marois12-Aug-08 8:24 
AnswerRe: Disable A Listbox Item Pin
Mark Salsbery12-Aug-08 8:52
Mark Salsbery12-Aug-08 8:52 
AnswerRe: Disable A Listbox Item Pin
Wendelius12-Aug-08 8:58
mentorWendelius12-Aug-08 8:58 
QuestionCollectionEditor Pin
gborges12-Aug-08 7:35
gborges12-Aug-08 7:35 
AnswerRe: CollectionEditor Pin
Wendelius12-Aug-08 8:02
mentorWendelius12-Aug-08 8:02 
QuestionQuestion about proper seperation of domain and DAL layers Pin
Togakangaroo12-Aug-08 6:28
Togakangaroo12-Aug-08 6:28 
QuestionSummer Code Compettion Entry Information Pin
sayantan samanta12-Aug-08 6:18
sayantan samanta12-Aug-08 6:18 
AnswerRe: Summer Code Compettion Entry Information Pin
Manas Bhardwaj12-Aug-08 7:09
professionalManas Bhardwaj12-Aug-08 7:09 
AnswerRe: Summer Code Compettion Entry Information Pin
Dan Neely12-Aug-08 7:59
Dan Neely12-Aug-08 7:59 
AnswerRe: Summer Code Compettion Entry Information Pin
Pete O'Hanlon12-Aug-08 9:18
mvePete O'Hanlon12-Aug-08 9:18 
AnswerRe: Summer Code Compettion Entry Information Pin
Thomas Stockwell14-Aug-08 2:09
professionalThomas Stockwell14-Aug-08 2:09 
QuestionEvent handling in C# Pin
TheComputerMan12-Aug-08 5:38
TheComputerMan12-Aug-08 5:38 

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.