Showing results for WPF - Developer Support

Jan 27, 2018
0
0

Integrate Power BI Dashboards, Reports and Tiles into a WPF Application

Developer Support
Developer Support

In this post, Senior ADM Rob Reilly shows us how to integrate Power BI dashboards, reports, and tiles into a WPF application. Use the Power BI Embedded WPF Sample to learn how to integrate Power BI Dashboards, Reports and Tiles into a Windows Presentation Foundation application. The sample covers the "User Owns the Data" scenario. "App Owns ...

TeamAzurePowerBI
Sep 29, 2015
0
0

Tasks are (still) not threads and async is not parallel

Pam Lahoud
Pam Lahoud

Premier Developer consultant Ben Williams recently had the honor of having one of his blog posts reposted to Wintellect’s Dev Center as a guest post.  Here’s a blurb from that post, be sure to head over to Ben’s blog to check out the full technical deep-dive and download his sample WPF application. I talk to a lot of developers who are ...

.NETBen Williamsasynchronous
Sep 5, 2007
0
0

How to find the focused ListBoxItem in WPF

Andrew Arnott
Andrew Arnott

One would expect that the WPF ListBox control would have some kind of FocusedIndex property to find out which item has the keyboard focus (and that dashed border around it) -- but it's not there.  It seems the workaround requires a few lines of code, which I present here. ListBox.SelectionMode = Single In a ListBox's default mode that ...

andarnoWPF