The 'WPF UI' package/component pack looks really cool, but I'm kind of lost as to how to use it in a custom scenario.
There is a tutorial on the main site, but still, it's pretty minimal. And it's hard to gauge how usable the components actually are if you want to build something different from the example https://9apps.ooo/ .
I'm fully aware that this may be me due to my lack of experience in WPF, but I would really like to know if there is some kind of video tutorial for this.
I cloned the GitHub repository and tried to look at the demo project and try and figure out what's going on, but it looks like a ton of setup needs to be done to just show the main window. (Again, this is maybe just due to my lack of experience with WPF but it looks daunting.) There are tons of stores and services being spun up at startup and I don't really understand what they do/ how they work/ and do I need them if I want to use WPF UI.
Also, the very generic name 'WPF UI' makes it hard to look online for videos/tutorials specific to this. Because you get a bunch of other results about WPF UI.
Hello Kshan,
Thank you for contacting . I would recommend you to go though our online help document provided all the information about WPF controls and required dlls to use them.
https://ko.infragistics.com/help/wpf/
Also instead of downloading showcase samples from GitHub , i would recommend you to download WPF sample bowser from provided link here:
https://ko.infragistics.com/help/wpf/wpf-netadvantage-for-wpf-samples
With this sample Browser you can get the info about all the available controls and its feature.
We provide source code directly within the sample browser, you can see what’s involved in making the features work.
Rather than searching for the WPF UI search for the specific control like XamdataGrid ,XamDataChart ets ,you will find lots of information and public post provided info with the sample application.
Let me know if you need more information in order to start setting up the application .