WP7 AutoCompleteBox Popup position

前端 未结 2 1882
不知归路
不知归路 2021-01-17 01:25

The toolkit:AutoCompleteBox in WP7 \"opens\" the Popup with results above the textfield. I need this Popup to be below the TextBox. Wasted hours on this. finally, i\'ve wri

2条回答
  •  醉梦人生
    2021-01-17 01:41

    I faced the same issue and this is how I solved it, using Perspective Transforms and RenderTransform in the borders of Popup in the default template.

    
      
       
        
        
       
       
        
         
        
        
       
      
     
           
    

    Change GolbalOffsetX and GlobalOffsetY according to your textbox height and width.

提交回复
热议问题