By tag: propertygrid
0
kicks
A free localizable MonthCalendar
A new custom MonthCalendar has been added to the VisualHint's products and it is also free when used standalone.
0
kicks
Screencast of the new TimeSpan editor for .Net
As promised last week, here is a screencast showcasing the features of the new TimeSpan editor and especially its powerful format string letting you input a duration the way you want.
0
kicks
A TimeSpan editor for .Net
At last there is now an editor to enter a duration with the format you want and with the usability brought by Smart FieldPackEditor.Net. It can be used standalone, in the DataGRidView and in the PropertyGrid.
0
kicks
How to: Set the PropertyGrid as Read-Only
The default PropertyGrid control provided by the WinForms collection doesn’t support a read-only functionality. Setting the PropertyGrid as read-only might be useful if you want to allow your users to fully inspect a rich property object exposed by the PropertyGrid without the possibility to change ...
0
kicks
The PropertyGrid gets Office 2007 and other themes
... or how to theme the PropertyGrid with the free Krypton Toolkit.
0
kicks
How to synchronize two side by side PropertyGrids
A screencast about the synchronization of 2 PropertyGrids and the source code of the synchronizer class.
0
kicks
Smart PropertyGrid.Net knows how to target multiple collections
This screencast shows how the Microsoft PropertyGrid fails at targetting multiple instances and how Smart PropertyGrid.Net solves the problem.
0
kicks
PropertyGrid's SelectedObjects and immutable properties in SPG
VisualHint publishes two screencasts to show how Smart PropertyGrid.Net 2.5 handles multiple target instances better than the Microsoft PropertyGrid.
0
kicks
.Net Adventures : Validating properties in a PropertyGrid control
The easiest way to validate a certain property is using the PropertyValueChanged event.
0
kicks
PropertyGrid, value validation and Visualtips
Here is a preview of what value validation will look like in Smart PropertyGrid.Net. It merges a reworked validation engine (validation will be done against TypeConverters and custom validator classes) and a new compatibility with the free VisualTips product.
0
kicks
Programmatically resizing a column in a propertyGrid
A great hack for a missing feature of the MS PropertyGrid. The site is also a good list of resources for who often works with this component.
0
kicks
Smart PropertyGrid.Net - TAB navigation
Microsoft people, look at this, and please, add TAB browsing in the PropertyGrid embedded in Visual Studio.
0
kicks
The .Net MS PropertyGrid has a big brother
The PropertyGrid control from Microsoft is not the only PropertyGrid anymore. One guy found a way to rewrite it from scratch and the result is a far more usable control than the original one. This is definitely the one to use for me since I design my GUIs with a great care. And the icing on the cak...