Wednesday, April 19, 2006 - Posts

Calling Services from XBAP Applications

I wanted to have a play at calling services from an XBAP application.   Say I want to build a simple search page and I want to gather the top 10 hits from MSN Search and the top 10 from Google search and I want to bring at most the top 10 of these Read More

WPF ScrollBarVisibility.Disabled and ScrollBarVisibility.Hidden

  I learnt to my cost that there's a big difference between ScrollBarVisibility.Disabled and ScrollBarVisibility.Hidden with WPF today.   I'm trying to present a simple list and there's some text in each list item and the text may well be wider than the Read More