Blog
Books
Books I tech reviewed and recommendSorry I can't reply to every email and comment. If you need a fast response, try the
WPF Forum or
Silverlight Forum.
Copyright © 2010 Bea Stollnitz
Archive index
- How can I sort data virtualized items in WPF?
- Zag Studio’s web site
- How can I filter data virtualized items in WPF?
- Oredev and Computer Weekly IT Blog Awards
- Silverlight’s CollectionViewSource
- WPF’s CollectionViewSource
- How can I set multiple styles in WPF?
- How can I improve on existing WPF data virtualization solutions?
- How can I port the WPF labeled pie chart to Silverlight?
- How can I add labels to a WPF pie chart? – Implementation details
- How can I add labels to a WPF pie chart?
- Announcing… Zag Studio!
- Data virtualization
- UI Virtualization
- New look
- How can I expand items in a TreeView? – Part III
- How can I expand items in a TreeView? – Part II
- How can I expand items in a TreeView? – Part I
- How can I drag and drop items between data bound ItemsControls?
- How can I debug WPF bindings?
- How can I implement the Master-Detail pattern when binding to XLinq and XML?
- How can I bind WPF elements to XLinq?
- How can I replace PowerPoint with WPF in my presentations?
- Are there any tricks that will help me improve TreeView’s performance? – Part III
- My blog just got a face lift!
- Are there any tricks that will help me improve TreeView’s performance? – Part II
- Are there any tricks that will help me improve TreeView’s performance? – Part I
- How can I update an explicit binding within a template?
- The power of Styles and Templates in WPF
- How can I have an independent view when my source is ADO.NET?
- What is the difference between… ?
- How should I data bind a Polygon’s Points to a data source? – Part III
- How should I data bind a Polygon’s Points to a data source? – Part II
- How should I data bind a Polygon’s Points to a data source?
- How can I propagate changes across threads?
- How can I control a color using Sliders?
- How do I apply more than one filter?
- How do I filter items from a collection?
- How do I encode XAML using a Value Converter?
- How do I display some items differently based on one of their properties?
- How can I bind an ItemsControl to the values of an enumeration?
- How can I control whether my Binding is synchronous or asynchronous?
- How can I change the way a data item is displayed when the user clicks on it?
- How do I show the Status of a Binding?
- How can I add my own sorting logic?
- How do I insert Separator objects in a data bound MenuItem?
- Why should I use ObjectDataProvider?
- How do I bind to ADO.NET?
- How do I implement a data bound ListView?
- How can I do custom Grouping?
- How do I display grouped data in a TreeView?
- How do I sort groups of data items?
- How do I display items in an ItemsControl using different templates?
- How do I implement a data bound dialog box?
- How do I synchronize three ListBoxes displaying three levels of hierarchical data?
- Master-detail scenario
- How can I sync selection of two data bound ListBoxes?
- How do I make a data bound Bar Graph?
- How do I change the layout of an ItemsControl?
- What is the difference between SelectedValue and SelectedItem?
- New feature in September PDC: DisplayMemberPath
- How do I bind the items of a ComboBox? How do I get a ComboBoxItem from a data bound ComboBox?
- How can I get a ListBoxItem from a data bound ListBox?
- What does “{Binding}” mean?
- How should I decide whether to use DataContext or Source?
- Hello World!