@Ranjith_Rajendran wrote:
Hi Team,
I could not able to trigger the touch events TouchDown,TouchUp,TouchMove and TouchLeave from the PaletteControl.
I am just triggeringr the event in code behind file itself. But i am not getting it. But i could get the PreviewMouseLeftButtonDown event for the same when i tried to touch the palette area.Please find below XAML code, And In code behind file, i have event handlers for all the touch events.
<go:Palette DragSelectingTool="{x:Null}"
Model="{Binding Path=Model, Mode=OneWay}"
NodeTemplateDictionary ="{Binding Path=PalletNodeTemplateDictionary, Mode=OneWay}"
GroupTemplate="{Binding Path=GroupTemplate, Mode=TwoWay}"
TouchDown="palette_TouchDown" TouchMove="palette_TouchMove" TouchUp="palette_TouchUp"
PreviewTouchDown="palette_PreviewTouchDown" PreviewTouchMove="palette_PreviewTouchMove" PreviewTouchUp="palette_PreviewTouchUp">
Posts: 1
Participants: 1