Is there a way with WPF to get an array of elements under the mouse on a MouseMove event?
wpf element visualtreehelper visual-treeI am trying to get my SelectedRadioButton from a DataTemplate. Wpf Inspector showed the Visual Tree: and in code: void …
wpf visual-treeHaving {Binding ElementName=foo}, will it lookup visual or logical tree? Of logical and visual trees in WPF | Data See, …
wpf binding elementname visual-tree logical-treeBased on some custom security settings, I alter window child controls to readonly and disabled. To accomplish this, I loop …
wpf events visual-treeI would like to remove a FrameworkElement from the visual tree. Since the FrameworkElement has a Parent property, it would …
wpf silverlight visual-treeI would like to have a WPF container (panel, user control, etc.) that exposes a property to turn all children …
c# wpf children visual-treeHow do I extract the parent container of a ListBoxItem? In the following example I can go till the ListBoxItem, …
wpf xaml listbox listboxitem visual-treeI have ItemsControl with Grid as ItemsPanelTemplate <ItemsControl ItemsSource="{Binding CellCollection}" Name="CellGrid"> <ItemsControl.ItemsPanel> <…
c# wpf user-controls itemscontrol visual-tree