Click here to Skip to main content
15,888,113 members
Home / Discussions / WPF
   

WPF

 
Questionwpf screen scrolling Pin
Miwin Solutions19-May-12 8:04
Miwin Solutions19-May-12 8:04 
AnswerRe: wpf screen scrolling Pin
Madhan Mohan Reddy P20-May-12 23:22
professionalMadhan Mohan Reddy P20-May-12 23:22 
GeneralRe: wpf screen scrolling Pin
kishhr22-Jun-12 8:48
kishhr22-Jun-12 8:48 
QuestionUpgradation to CS6 Pin
Mark Walter Smith19-May-12 1:09
Mark Walter Smith19-May-12 1:09 
AnswerRe: Upgradation to CS6 Pin
Pete O'Hanlon19-May-12 2:13
mvePete O'Hanlon19-May-12 2:13 
QuestionTCP in wp7 Pin
heba abu ghaleih22 18-May-12 22:39
heba abu ghaleih22 18-May-12 22:39 
AnswerRe: TCP in wp7 Pin
Abhinav S20-May-12 7:00
Abhinav S20-May-12 7:00 
QuestionHelp with a radio button Pin
abollmeyer18-May-12 16:44
abollmeyer18-May-12 16:44 
Hello,

I am new to WPF and am having a bit of trouble with a menu radio button item.

I have the following code snippets:

XML
<Menu.Resources>
    <ControlTemplate x:Key="Template" TargetType="{x:Type RadioButton}">
     <Border Background="Transparent">

     <MenuItem Header="{TemplateBinding Content}" IsCheckable="False" IsChecked="{TemplateBinding IsChecked}" IsHitTestVisible="False" Padding="2,3" HorizontalAlignment="Stretch">

     </MenuItem>
     </Border>
     </ControlTemplate>
</Menu.Resources>


XML
<MenuItem Header="Me">

    <StackPanel>
        <RadioButton Content="Foo" Template="{StaticResource Template}"/>
        <RadioButton Content="Bar" Template="{StaticResource Template}"/>
        <RadioButton Content="Biz" Template="{StaticResource Template}"/>
</StackPanel>


However, what ends up happening is that my check marks end up on the right side of the vertical menu separator as opposed to the left, as would happen normally using the IsChecked property.

Does anyone know a way to make these check marks appear to the LEFT of the vertical separator? All help is greatly appreciated.
QuestionReferencing Resources Pin
Kevin Marois17-May-12 11:23
professionalKevin Marois17-May-12 11:23 
AnswerRe: Referencing Resources Pin
Madhan Mohan Reddy P21-May-12 18:45
professionalMadhan Mohan Reddy P21-May-12 18:45 
QuestionHow to get row number of a datagrid on mouse-move event Pin
Tilak Raheja16-May-12 20:20
Tilak Raheja16-May-12 20:20 
AnswerRe: How to get row number of a datagrid on mouse-move event Pin
Richard MacCutchan16-May-12 21:40
mveRichard MacCutchan16-May-12 21:40 
QuestionSilverlight chart Pin
Vishal Kumar Soni16-May-12 9:24
Vishal Kumar Soni16-May-12 9:24 
QuestionWPF Style With Multiple Content Elements Pin
Kevin Marois16-May-12 6:41
professionalKevin Marois16-May-12 6:41 
QuestionWPF Custom Combobox Control Issue - Please Help! Pin
Adam_Dev15-May-12 21:44
Adam_Dev15-May-12 21:44 
AnswerRe: WPF Custom Combobox Control Issue - Please Help! Pin
Adam_Dev16-May-12 1:27
Adam_Dev16-May-12 1:27 
GeneralRe: WPF Custom Combobox Control Issue - Please Help! Pin
Pete O'Hanlon16-May-12 1:33
mvePete O'Hanlon16-May-12 1:33 
GeneralRe: WPF Custom Combobox Control Issue - Please Help! Pin
Adam_Dev20-May-12 21:38
Adam_Dev20-May-12 21:38 
Questionsingle line animation in wpf Pin
Member 859146215-May-12 19:18
Member 859146215-May-12 19:18 
QuestionShellExecute in WPF Pin
pix_programmer14-May-12 3:21
pix_programmer14-May-12 3:21 
AnswerRe: ShellExecute in WPF Pin
Pete O'Hanlon14-May-12 3:27
mvePete O'Hanlon14-May-12 3:27 
GeneralRe: ShellExecute in WPF Pin
pix_programmer14-May-12 3:35
pix_programmer14-May-12 3:35 
GeneralRe: ShellExecute in WPF Pin
Pete O'Hanlon14-May-12 4:08
mvePete O'Hanlon14-May-12 4:08 
GeneralRe: ShellExecute in WPF Pin
pix_programmer14-May-12 18:41
pix_programmer14-May-12 18:41 
GeneralRe: ShellExecute in WPF Pin
Richard MacCutchan14-May-12 21:45
mveRichard MacCutchan14-May-12 21:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.