Can modify properties such as Capacity of a generic List represented by LastUsedTemplateBindings
When clicking on ProjectElementGroups\DefaultParticipatingObjectsGroup and then in Project Properties on Values (Collection) [...] one gets this exception:
component
-----[Core exception]--------------------
at System.ComponentModel.TypeDescriptor.GetDescriptor(Object component, Boolean noCustomTypeDesc)
at System.ComponentModel.TypeDescriptor.GetEditor(Object component, Type editorBaseType, Boolean noCustomTypeDesc)
at System.ComponentModel.TypeDescriptor.GetEditor(Object component, Type editorBaseType)
at System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.ListItem.get_Editor()
at System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.CalcItemWidth(Graphics g, ListItem item)
at System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.UpdateItemWidths(ListItem item)
at System.ComponentModel.Design.CollectionEditor.CollectionEditorCollectionForm.Listbox_handleCreated(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnHandleCreated(EventArgs e)
at System.Windows.Forms.ListBox.OnHandleCreated(EventArgs e)
at System.Windows.Forms.Control.WmCreate(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ListBox.WndProc(Message& m)
at System.ComponentModel.Design.CollectionEditor.FilterListBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
BTW are Project Properties meant to be editable in TS2?
No. You should use the viewer (it's a viewer ) to view properties, their structure, type and contents. You can edit away of course, but you can't save.
As .NET doesn't have a readonly feature on the CLR level, I can't lock-down the object graph.
No. You should use the viewer (it's a viewer ) to view properties, their structure, type and contents. You can edit away of course, but you can't save.
As .NET doesn't have a readonly feature on the CLR level, I can't lock-down the object graph.
No. You should use the viewer (it's a viewer ) to view properties, their structure, type and contents. You can edit away of course, but you can't save.
As .NET doesn't have a readonly feature on the CLR level, I can't lock-down the object graph.
Hint: DX' VerticalGrid probably could do it
Do what? Enlist all properties of all objects? I'm not sure.
No. You should use the viewer (it's a viewer ) to view properties, their structure, type and contents. You can edit away of course, but you can't save.
As .NET doesn't have a readonly feature on the CLR level, I can't lock-down the object graph.
Hint: DX' VerticalGrid probably could do it
Do what? Enlist all properties of all objects? I'm not sure.
Yup, it is supposed to support "object properties" mode in forthcomming 6.2 version (plus total control, of course) - I haven't tried it yet though.
No. You should use the viewer (it's a viewer ) to view properties, their structure, type and contents. You can edit away of course, but you can't save.
As .NET doesn't have a readonly feature on the CLR level, I can't lock-down the object graph.
Hint: DX' VerticalGrid probably could do it
Do what? Enlist all properties of all objects? I'm not sure.