Advanced Forum Search Results
-
Well, usings
DependencyObject parent = VisualTreeHelper.GetParent(item)
is does still its job and return the parent. But this does't anwers the question why item.Parent doesn't work anymore.
-
In RC0 the Parent property of the StackPanel returns always null. 1 <ListBox x:Name="RootList" ItemsSource="{Binding ChildList}">
2 <ListBox.ItemTemplate>
3 <DataTemplate>
4 <StackPanel>
5 <Button ...
-
Hi,
I'd like to create a Silverlight application using the classic HTML-Design. Well, the Silverlight textbox using anti-alias effect, but HTML doesn't.
Is there any way to tell Silverlight rendering the text without an anti-alias effect?
Thanks
Holger