-
Notifications
You must be signed in to change notification settings - Fork 18
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
TabControl binding does not work #16
Comments
Do you mean that crashes any time it's in a TabControl? |
Yes. To be specific, when binding is used |
I will have a look and see if I can figure out why. |
I have some ideas regarding improving this control.
More detailed explanation: Console must be run as is. No custom design or whateverBy this I mean during testing I was getting custom design in the console. Seemed like it is not a default PowerShell view like this: During PowerShell scripts` execution output was mixing with previous lines, it was not properly showed as it would be in default PowerShell console. Execution of PowerShell code in console must be simplifiedBy this I mean interaction with the control must be as easy as possible. For example these public functions must be implemented:
so usage could be:
or
or
or using Command class Support of binding must be implementedNut much to explain, but the following must be considered:
ConclusionImplementation of such control seems very complicated to me. Don`t know even how to achieve this. |
When I try to use control with binding in my TabControl.ContentTemplate application crashes.
Everything is fine if I get it out of TabControl and dont use binding.
My goal is to use separate independent PowerShell console host sessions for each TabItem.
The text was updated successfully, but these errors were encountered: