Get Started with Kinect For Windows (WPF)
Watching the Kinect for Windows v2 Jump Start. The code that they use in the videos is for Windows 8 apps but I’m trying to build my app in WPF. The… Read More »Get Started with Kinect For Windows (WPF)
Watching the Kinect for Windows v2 Jump Start. The code that they use in the videos is for Windows 8 apps but I’m trying to build my app in WPF. The… Read More »Get Started with Kinect For Windows (WPF)
These are my links for March 6th
These are my links for March 6th
These are my links for February 27th
These are my links for February 20th
These are my links for February 10th
These are my links for February 10th
These are my links for January 27th
This is just a quick note on creating a ListView style with the appropriate GridView style and template assignments. Normally, I’ve been creating listviews that look like this: <ListView x:Name=”MyListView”… Read More »How to Assign ColumnHeaderContainerStyle and ColumnHeaderTemplate to a ListView Style
I recently got a comment asking if I could do something on creating a Blend-type ScollViewer styling. The only problem is that the ScrollViewer is a multi-post affair, which I’ll… Read More »Styling the ScrollViewer