joelcochran

Stories submitted by joelcochran

Fun with the WPF ScrollViewer (developingfor.net)

submitted by joelcochranjoelcochran(333) 3 years, 3 months ago

Discusses how to detect if the ScrollViewer portion of the default ListBox template is clicked. Especially useful in drag and drop scenarios. read more...

add a comment |category: |Views: 50

tags: another

An Essential Tip for Working With XAML (devlicio.us)

submitted by joelcochranjoelcochran(333) 3 years, 3 months ago

This is actually a couple of great tips for XAML editing in Visual Studio. read more...

add a comment |category: |Views: 12

tags: another

Roanoke Code Camp 3(developingfor.net)

submitted by joelcochranjoelcochran(333) 3 years, 3 months ago

Roanoke Code Camp 2009 is happening in just a couple short weeks. Register now before it's too late! read more...

add a comment |category: |Views: 2

tags: another

Simple Image cropping in Expression Design (developingfor.net)

submitted by joelcochranjoelcochran(333) 3 years, 3 months ago

Describes a simple way to crop images using Microsoft Expression Design. read more...

add a comment |category: |Views: 79

tags: another

MultiBinding in WPF (developingfor.net)

submitted by joelcochranjoelcochran(333) 3 years, 4 months ago

A simple example of WPF's IValueConverter and IMultiValueConverter in C#. read more...

add a comment |category: |Views: 88

tags: another

Accessing Command Line Arguments in WPF(developingfor.net)

submitted by joelcochranjoelcochran(333) 3 years, 4 months ago

Outlines a couple of different approaches to processing Command Line Arguments in a WPF application. read more...

add a comment |category: |Views: 61

tags: another

Dynamically Switch WPF DataTemplate(developingfor.net)

submitted by joelcochranjoelcochran(333) 3 years, 4 months ago

Demonstrates 2 methods for dynamically switching DataTemplates in WPF. One method uses DataTemplateSelector and the other uses DataTrigger inside the DataTemplate. read more...

add a comment |category: |Views: 106

tags: another

Updating from ASP.NET MVC Preview 2 to Preview 3(developingfor.net)

submitted by joelcochranjoelcochran(333) 3 years, 11 months ago

Outlines the steps taken to upgrade an ASP.NET MVC Preview 2 application to Preview 3. read more...

add a comment |category: |Views: 12

tags: another