Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make something similar to Visual C# 2008 properties window?

What interests me is everything below the bar with buttons that determine how the properties are displayed. All I can figure out is there is a splitter and a status strip.

What I'm after is how there are 2 sections which I want to add the titles Property and Value, the sections can be resized with a splitter (I assume a splitter is used in this case), each property can be selected and the corresponding description appears on the status strip, and each value can either be text or a dropdown box.

The coding part I can probably do by myself, what I need to know is what controls the window is made up of and how it's put together.

like image 902
TreeTree Avatar asked Nov 25 '25 09:11

TreeTree


1 Answers

You are referring to the PropertyGrid control. It's in the ToolBox.

See Getting the Most Out of the .NET Framework PropertyGrid Control

like image 151
LarsTech Avatar answered Nov 26 '25 22:11

LarsTech



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!