c# - longlistselector header/footer click -
I'm very new in the WindowsPhone development and at the moment I'm facing a problem that I could not find any way To recover. I am using a LongListSelector to show a header and footer with some information on the device screen and some static information. Everything looks fine, but I can not control the click / tap on the header and footer (other items are working properly).
Does anyone know how to do this? Is there an event that tells my .CCC that someone clicks on footer or title view?
Thank you!
example:
& lt; Phone: Longilist Selector x: name = "myLongListSelector" background = "transparent" imesm grouping = "true" hide empty group = "true" & gt; & Lt; Phone: LongListSelector.ListFooter & gt; & Lt; Grid height = "70" tap = "grid_yap" & gt; & Lt; TextBlock Text = "Texxt" Foreground = "White" Vertical Element = "Center" Font Wight = "Bold" FontSism = "20" /> & Lt; / Grid & gt; & Lt; / Phone: LongListSelector.ListFooter & gt; & Lt; / Phone: LongListSelector & gt; Now in your CS file, you have:
Private zero grid_ap (object sender, system.indo.input.getstreamEventErgusE) {}
Comments
Post a Comment