2
votes
3answers
51 views
Limitations of using .NET 2.0 (Windows Forms) controls in WPF?
I want to start a new application on WPF. The new User interface in WPF needs DataGridView control and PropertyGrid Control. But it looks like that these two controls won't exist i …
0
votes
1answer
20 views
Editable FullPath property of a file in the Properties grid - Visual Studio 2008
I have a project in my VS 2008 solution containing file items. Each item have a standard read only property called "FullPath" in the Properties Grid.
What is the easiest way to ma …
1
vote
1answer
34 views
DateTime in PropertyGrid in .Net
Hi,
I'm currently working on some DateTime properties in a PropertyGrid in c#.Net. Im using the default drop-down datetime picker.
My question: Is there any way to show the full …
1
vote
1answer
63 views
Initiating editing on a PropertyGrid.
I'm looking for a good way to programmatically initiate editing on a System.Windows.Forms.PropertyGrid. I can select the GridItem that I want, but that doesn't move the cursor int …
0
votes
2answers
71 views
wpf propertyGrid
Hi all,
I need a propertyGrid for my WPF application . after lots of searches I have found this
I have added the assembly (exe file) when I add the propertyGrid to my form and I ru …
0
votes
2answers
30 views
Problem with set related property in designer at first time
Hi
I Develop a Form Designer, also develop some custom control that inherit from standard control like button.
Also, i have some property that related, for example user must sel …
3
votes
2answers
1k views
Using the .NET collection editor without using a property grid control
I have a PropertyGrid on my form. My boss thinks it's ugly. Uncouth. Unsophisticated.
He wants a nice, neat, clean form. Here's the catch: One of the properties is a collection of …
0
votes
1answer
70 views
C# Property Grid Question
I am writing an application which is going to allows users to change the properties of a text box or label and these controls are user controls. Would it be easiest to create a se …
1
vote
1answer
25 views
Long text in propertygrid dissappears
I'm using propertygrid, and for some reason if a property holds text longer that 3000 chars the text doesn't appear. Any advice?
1
vote
2answers
40 views
ComponentModel, PropertyGrids and Intefaces in C#
Hi, I have a bunch of objects that implement different interfaces, some properties of this interfaces should be showed and edited through a PropertyGrid, but if I specify something …
1
vote
1answer
388 views
Read-only PropertyGrid
Hi,
I need to show an object in PropertyGrid with the following requirements: the object and its sub object must be read-only, able to activate PropertyGrid's CollectionEditors.
…
0
votes
1answer
169 views
WPF DataBinding to Flag Enum (in a PropertyGrid)
I need to have the ability to select multiple values as is the nature of a Flag enumeration from a WPF view (all be it, in a PropertyGrid).
The properties in question are dynamic …
0
votes
1answer
120 views
C# Using PropertyGrid control to change control properties “ThreadSafe”
I have a PropertyGrid that is setting control's properties of a control on another form. However for things such as "Location" and "Text", I get a cross threading issues.
Is ther …
1
vote
1answer
68 views
How to determine when a PropertyGrid control is about to modify an object’s property
I have a control extending PropertyGrid which allows users to set the properties of some of my program objects. These objects have an event which is raised when one of their proper …
1
vote
1answer
72 views
Change Property Attribute Like ReadOnly at Design-Time (PropertyGrid)
Hi to all!
I develop a custom control that have some field like below:
ControlKind, Field1 , Field2
I want to change attribute of one of field per controlKind,
Like: if contro …
