python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how can I access a datagrid (sub grid) control that is inside another DataGrid.RowDetailsTemplate
<DataGrid x:Name="maingrid" Grid.Row="0" ItemsSource="{Binding view}" HorizontalScrollBarVisibility="Auto" AlternationCount="2" HorizontalAlignmen...
Mohit
Votes: 0
Answers: 1
Why does setting the DataContext of a Window to {Binding RelativeSource={RelativeSource Self}} allow you to databind to the properties of code-behind?
According to my understanding, setting the DataContext to a control itself will allow you to access the property of that control using data binding without specifying the Source, so setting the DataCo...
palapapa
Votes: 0
Answers: 1
How can I make popup like Win 10 notification popup in WPF
I am current working on C# WPF project. I want to make dialog form like win10 right side notification manager for performing user CRUID operation, App setting etc
Zaffarullah
Votes: 0
Answers: 0
WPF drag and drop not working with empty image
I want to allow the user to drop an image from explorer onto an empty Image(Source property not set), and I want the Image to be empty by default, but the Drop event will not fire if the Image is empt...
palapapa
Votes: 0
Answers: 1