TabControl cannot be resized
TabControl cannot be resized
I try resizing the TabControl in Run-Time with the code $tbc.Size.Width = "999", but nothing happens.
TabControl cannot be resized
$tbc.Width = "999" worked. Case closed.