Hi,
I'm currently trying to write a form which basically presents a load of options to the user. Something like:
background colour <Colour select>
Opacity <percentage>
Size <w,h>
Infact what I am after is almost exactly like the "properties" window for forms in visual studio. Kind of like a grid with 2 columns, where the left column has the name of the property and the right column has whatever is suitable for the prorperty type (e.g: a drop down colour picker, a slider, a string, a drop down for true/false etc etc).
Does anyone have any ideas or pointers as to how I can achieve this. I've found the c# forms stuff extremely hard to grasp compared to java swing. It seems very hard to actually do anything except use the standard components in a standard way!
If anyone knows any good tutorials about how I can do this then I would be very grateful. Presumably I need to implement something custom to achieve what I'm after?
I'm currently trying to write a form which basically presents a load of options to the user. Something like:
background colour <Colour select>
Opacity <percentage>
Size <w,h>
Infact what I am after is almost exactly like the "properties" window for forms in visual studio. Kind of like a grid with 2 columns, where the left column has the name of the property and the right column has whatever is suitable for the prorperty type (e.g: a drop down colour picker, a slider, a string, a drop down for true/false etc etc).
Does anyone have any ideas or pointers as to how I can achieve this. I've found the c# forms stuff extremely hard to grasp compared to java swing. It seems very hard to actually do anything except use the standard components in a standard way!
If anyone knows any good tutorials about how I can do this then I would be very grateful. Presumably I need to implement something custom to achieve what I'm after?