Page 1 of 1

Telerik Framework

Posted: Thu Dec 28, 2017 2:27 am
by 198027
I recently buy Telerik developer license that includes windows forms controls. is it possible to integrate telerik controls with PowerShell studio?

Re: Telerik Framework

Posted: Thu Dec 28, 2017 10:39 am
by davidc
The designer does not support third party control, due to potential compatibility issues, but that doesn't mean you can't incorporate the controls via the script. I recommend using a placeholder control, such as a picture box and replace them during runtime. I recommend looking at the ElementHost - WPF Control Host (Toolbox Pane->Control Sets tab) as an example of how to do this.