Advanced Forum Search Results
-
No, that's not it. I must be missing something. I just want to bind an ItemsSource of a Listbox or DataGrid to a collection of business objects. The Listbox is inside a DataTemplate. The collection is the DataContext. Therefore I thought that <ListBox ItemsSource="{Binding}" /> would work, ...
-
Thanks, but I am specifically interested in binding to the ItemsSource. It does not seem to work when the list that is being used is Content.
-
I have a custom control that has as a property (ControlData) as one of its property. ControlData is of type object so it can be anything. In a situation when that ControlData is a list, an ObservableCollection perhaps, I want to display the list in ListBox or DataGrid inside a ContentPresenter. The ...
-
Checkout componentgizmos.com
-
For those who are interested. Checkout www.componentgizmos.com. They have a Silverlight scheduling component that looks like Outlook plus additional views. When you look at the live example, go to menu and look at the Resource Timeline and Book examples. They are pretty cool!
-
Does anyone know of a good outlook-like scheduling component for Silverlight?
-
Checkout www.componentgizmos.com. They have a Silverlight scheduling component that might do the job. When you look at the live example, go to menu and look at the Resource Timeline example.