Does Infragistics plan on providing the souce code for NetAdvantage for WPF like they did with their Winforms libraries?
Thanks.
Hello Mitashki,
Please post a question for each feature you would like to customize. The simpler the question with sample code added, the faster someone will be able to respond to it. There are also various other support options available. Contact our sales department if you would like to get hands-on consultation or if you would like to attand a class about WPF and NetAdvantage for WPF.
Sales and Information - Sales@Infragistics.com
Fortunately, WPF provides a greater depth of customizability than WinForms. More than likely there is a solution to get what you want without ever having to look at the NetAdvantage controls source code. As far as better understanding how the controls are put together, there are tools out there for WPF which allow you to look at the inner working of a control. There are reflection, visual tree, and logical tree APIs for dissecting a WPF control and layout.
Thanks very muc, Curtis.
Unfortunately, we are trying to do things by using styles right now that do now want to work. Some of the examples are the control selecting everything whe getting the focus or changing the background to yellow when the user types something. We want to do that through styles for the types so they are applied to all controls.
Traditionally, we found having the source code a very usefull feature when we were working with win forms as that let use know how the controls work.
Because of that it would be convenient to have the source code.
Again, Thanks very much.
Because Infragistics is the first component vendor to offer a full component suite for WPF, currently we do not include source code for NetAdvantage for WPF for competitive reasons.
This will more than likely change in the future. Until then, the nature of the WPF architecture, makes it easy to customize these components through the use of styles.