Advanced Forum Search Results
-
There is another bug in RangeBase. If the CoerceValue code ever calls SetValue(ValueProperty,...) then Silverlight will stop sending value changes through the binding to the RangeBase. I suspect this is an incompatibility between Silverlight 2 and Silverlight 3. The coercion for Minimum and Maximum do not suffer from this ...
-
This whole conversation seems flawed. The elements of a TreeView can be any type of DependencyObject, not just TreeViewItems. Since only TreeViewItem has an IsSelected property, if your tree contains anything else then you cannot even do an exhaustive search on the TreeView to discover the element that is selected. For example, ...
-
That worked perfectly. Thank you!
-
[quote user="shekhardivekar"]
Does not work for Mode, I don't know if there is something wrong, I am doing,
<TextBox Grid.Row="0" Grid.Column="1" Width="150" Height="25" VerticalAlignment="Center" HorizontalAlignment="Left" DataContext="{TemplateBinding ...
-
Any solution for this? I have an identical problem. I can produce the proper content in the list just by specifying a DataTemplate in the AutoCompleteBox.ItemTemplate, but when I select something from the list, the AutoCompleteBox.Text is filled with the toString() of the original composite item, not the string that I selected from the ...
-
Thanks for the pointer. So it looks like:
ListBox: yes
ComboBox: yes, with simple XAML changes
AutoCompleteBox: not stated, but likely to be similar to ComboBox
DataGrid: yes, found elsewhere
TreeView: no
DataPager: apparently not relevant. DataPager can manipulate a PagedCollectionView that pseudo-virtualizes anything else ...
-
I found it. It is actually in System.Windows.Data.
-
I have the same problem, but I cannot find PagedCollectionView under System.ComponentModel. Which assembly did you reference in your application to get PagedCollectionView?
-
Which of these are virtualized in Silverlight 3? I don't see anything in the docs that would indicate.
ListBox
ComboBox
AutoCompleteBox
DataGrid
TreeView
DataPager
I'm especially interested in ComboBox and AutoCompleteBox
-
[quote user="figuerres"]
I am starting to think the missing part of this story is this:
it's Microsoft, and they have been raked over the coals in the past for not having good security, for leaving holes... they have been sued and ridiculed so much that perhaps now they have chosen to be uber-careful on this issue and want to be ...