Disable close button on tabs
Acropolis looks really cool and it's pretty easy to get a complex UI up and running. There is however a nasty bug that I discovered. When you are using the TabLayoutPane. Although I did disable the close button, it's still showing and still active. I tried rebuilding, knowing that Orcas is a bit buggy with WPF markup changes, but still nothing.
Here's the code that's causing all the trouble.
Grid.Row="2" ShowTabCloseButton="True" />
Can somebody confirm this is a bug and tell me where I can report this?

