Tag Archives: Data Binding
Paging in Data-Bound ListBox in Silverlight
A useful feature for most data-bound items presenting controls is the ability to page their data, by showing only the first n elements and requesting the rest on demand as the users scrolls down the view. This is specially useful when downloading each item is costly, and waiting until the whole collection is obtained to … more
Posted in Blogs
Tagged .NET, Data Binding, Silverlight
Binding Lights
For almost any developer who has worked in GUIs the concept of data binding should be at least familiar. If you have an Article and want to show its code and price, you just place two textboxes bound to those properties and place some invisible magical control who ensures that the controls and the data … more
Posted in Blogs
Tagged Data Binding, Silverlight