Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Extra Output dropped to pipeline when adding rowstyles #5

Open
adamdriscoll opened this issue Mar 14, 2018 · 0 comments
Open

Extra Output dropped to pipeline when adding rowstyles #5

adamdriscoll opened this issue Mar 14, 2018 · 0 comments
Labels
bug Something isn't working forms-designer

Comments

@adamdriscoll
Copy link
Member

$tableLayoutPanel1.ColumnStyles.Add((New-Object -TypeName System.Windows.Forms.ColumnStyle))
$tableLayoutPanel1.RowStyles.Add((New-Object -TypeName System.Windows.Forms.RowStyle -ArgumentList @([System.Windows.Forms.SizeType]::Absolute,[System.Single]50)))
 Outputs: 
0
1
1
1
0
0
@adamdriscoll adamdriscoll added bug Something isn't working forms-designer labels Mar 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working forms-designer
Projects
None yet
Development

No branches or pull requests

1 participant