I'm using propertygrid, and for some reason if a property holds text longer that 3000 chars the text doesn't appear. Any advice?
|
|
|
|
|
|
|
The PropertyGrid control is not suitable for displaying such a large amount of data. It would be better to pop up a TextBox control or similar using the UITypeEditor. Look here for more info on how to do this. Edit: The link provides examples on how to extend the PropertyGrid to display non-standard values. |
||||
|
