Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change InputShield Size/Location #38

Open
valiahmetovv opened this issue May 3, 2024 · 0 comments
Open

How to change InputShield Size/Location #38

valiahmetovv opened this issue May 3, 2024 · 0 comments

Comments

@valiahmetovv
Copy link

valiahmetovv commented May 3, 2024

Hi @KlausLoeffelmann

As far as I understand InputShield catches all user input and passes it to DesignToolsServer process where they are handled.
And primarily, it is needed at design time to select/move components on designer surface.

Our designer has multiple tabs and regions where this functionality is not needed.
Below gif demonstrates switching between different tabs: designer surface, script tab and preview tab.
Only the first tab requires input shield features such as selection, drag n drop, moving etc, but it should not cover whole area, since i need the bottom panels and rulers remain responsive.

For other tabs InputShield doesnt seem to be usefull: script tab requires only text input, preview tab doesn't require any selection behaviors either.
DesignSurfaceTabs

Currently, InputShield is always active and covers whole designer surface, this prevents any interaction with standard windows forms controls: buttons are not clickable, textboxes cannot receive any input.

Is it possible to turnoff, resize or move InputShield somehow so i can interact with the form hosted in DesignerToolsService directly ?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant