문제

Is there a way to replace the default TextBox with a PhoneTextBox into an AutoCompleteBox control?

도움이 되었습니까?

해결책

Get the source of AutoCompeteBox from Silverlight toolkit and go crazy. Find and replace TextBox with PhoneTextBox .

Source can be found here http://phone.codeplex.com/SourceControl/BrowseLatest

Navigate to Microsoft.Phone.Controls.Toolkit / AutoCompleteBox for code and Microsoft.Phone.Controls.Toolkit.WP7 / Themes / Generic.xaml for xaml

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top