Hi All,

I am working on one app in which I want to set tooltip for my radio button when window loaded. For that I wrote below code

Xaml Code:


               
                   
               

 


CodeBehind Code:

 tip.IsOpen = true;
  tip.StaysOpen = true;

Through this tooltip is appearing on Windows loaded but not  at proper location. It should be appear below  "Radio button".  Please suggest me how will I fix this issue

Thanks