radiobutton

  1. H

    Question x:name not allowing code-behind to access

    Alright, after searching the internet for a good day I give up. Here is what I have as XAML: <RadioButton x:Name="RadioButton1" Content="Hello" HorizontalAlignment="Left" Margin="225,190,0,0" VerticalAlignment="Top"/> <RadioButton x:Name="RadioButton2" Content="Goodbye"...
  2. nK0de

    Question Painting the cell background of a custom DataGridView column

    I'm trying to create a DataGridView column hosted with Radiobuttons. I've been following this MSDN article. I've uploaded the Visual Studio project here. And for those who are unsure about downloading unknown attachments, here's the code I've written so far. using System; using...
Back
Top Bottom