开发者

Windows Phone 7 Spell Check on textboxes

开发者 https://www.devze.com 2023-02-06 17:17 出处:网络
How do I implement the spell check feature for 开发者_运维知识库my large text boxes for my app?Generally there is no spell check. If you are talking about generalized suggestions, you can get those by

How do I implement the spell check feature for 开发者_运维知识库my large text boxes for my app?


Generally there is no spell check. If you are talking about generalized suggestions, you can get those by using a specific SIP (Software Input Panel) - Text.

Official documentation: MSDN

You will have to manually specify the InputScope:

<TextBox>
    <TextBox.InputScope>
        <InputScope>
            <InputScopeName NameValue="Text"/>
        </InputScope>
    </TextBox.InputScope>
</TextBox>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号