S
Sandri81
Guest
I am creating a lots of Template and Custom Controls in C# WPF.
I am well aware of binding properties and how they work - in a simplest way to explain the properties are variables so the developer can modify the control by setting some values in these properties.
But in some 3rd party framework they have put menu on the control. The picture below is TextBox Control from 3rd party vendor, notice the arrow button.
When you press on that arrow you can see all the properties in a handy form - like you see in the picture below:
I am building so much of Custom Controls who have load of customization but the user need always to set in some values in some properties - almost always.
My question is - how is this possible? Does some bulletin exists or walkthrough on the net? I have not find anything yet.
Can anyone explain to me the approach how this is done, because it is so handy to configure the controls in that way rather than go into code behind all the time.
Best regards.
SHA
M
Sigurður H Alfhildars
Continue reading...
I am well aware of binding properties and how they work - in a simplest way to explain the properties are variables so the developer can modify the control by setting some values in these properties.
But in some 3rd party framework they have put menu on the control. The picture below is TextBox Control from 3rd party vendor, notice the arrow button.
When you press on that arrow you can see all the properties in a handy form - like you see in the picture below:
I am building so much of Custom Controls who have load of customization but the user need always to set in some values in some properties - almost always.
My question is - how is this possible? Does some bulletin exists or walkthrough on the net? I have not find anything yet.
Can anyone explain to me the approach how this is done, because it is so handy to configure the controls in that way rather than go into code behind all the time.
Best regards.
SHA
M
Sigurður H Alfhildars
Continue reading...