Start a new topic
iink SDK on Device
Bonjour,
Je programme une application UWP en C # sur Visual Studio.
Je souhaiterai savoir s'il était possible de configurer l'éditeur à une taille donnée
Merci.
Hello Myriam,
In oder to set the view size for each editor, you can use the editor SetViewSize() method, which allows you setting the view width and height;
You have to make sure that you called SetViewSize() on the editor before setting the part.
SetViewSize()
We dont have a ready to use example with multiple editor for UWP, but we have the exercice assessment example in Android that might help you.
You can access it at https://github.com/MyScript/interactive-ink-additional-examples-android
Regards,
Gwenaëlle
Thank you for contacting us.
We are not sure to fully understand your request. Ir order to provide you with better support, could you, please, give some details?
What do you want to do and what do you mean by configuring the editor to a given size?
J'ai créé plusieurs éditeurs sur une même page, mais chaque éditeur peut actuellement être déroulé par scroll.
Je souhaite désactiver le scroll ou tout simplement définir une taille pour l'éditeur.
My Misou
Bonjour,
Je programme une application UWP en C # sur Visual Studio.
Je souhaiterai savoir s'il était possible de configurer l'éditeur à une taille donnée
Merci.
Hello Myriam,
In oder to set the view size for each editor, you can use the editor SetViewSize() method, which allows you setting the view width and height;
You have to make sure that you called
SetViewSize()
on the editor before setting the part.We dont have a ready to use example with multiple editor for UWP, but we have the exercice assessment example in Android that might help you.
You can access it at https://github.com/MyScript/interactive-ink-additional-examples-android
Regards,
Gwenaëlle
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstGwenaelle @MyScript
Hello Myriam,
Thank you for contacting us.
We are not sure to fully understand your request. Ir order to provide you with better support, could you, please, give some details?
What do you want to do and what do you mean by configuring the editor to a given size?
Regards,
Gwenaëlle
My Misou
J'ai créé plusieurs éditeurs sur une même page, mais chaque éditeur peut actuellement être déroulé par scroll.
Je souhaite désactiver le scroll ou tout simplement définir une taille pour l'éditeur.
Gwenaelle @MyScript
Hello Myriam,
In oder to set the view size for each editor, you can use the editor SetViewSize() method, which allows you setting the view width and height;
You have to make sure that you called
SetViewSize()
on the editor before setting the part.We dont have a ready to use example with multiple editor for UWP, but we have the exercice assessment example in Android that might help you.
You can access it at https://github.com/MyScript/interactive-ink-additional-examples-android
Regards,
Gwenaëlle