Tracking for #304
Steven's Found Bug List
Not to nag, but please ensure that CornerRadius can be set for the tabs, as the toolkit version of TabView and TabViewItem seem to ignore this property when set. Thanks.
Not to nag, but please ensure that CornerRadius can be set for the tabs, as the toolkit version of TabView and TabViewItem seem to ignore this property when set. Thanks.
No problem! This is a good reminder, I'll add it to the TODO list here so we don't forget about it.
TabBar placement, Top, Bottom, Left, Right
Placement on the sides could use the vertical text box control, I think it's in the community toolkit
@jevansaks Glad to see work on this is progressing nicely. IMO, another piece of functionality that should be added in the near future is the destruction of TabViewItem content when closing them. For instance, the toolkit version of the tabs control seems to not remove tab content from memory when they are closed, causing a steady increase in an application's memory footprint regardless of the tabs being closed. This is particularly problematic when a Frame is set as the tab's content.
I documented this behavior yesterday and filed a toolkit bug report containing a sample project to reproduce it.
I welcome any questions the community has for me on this topic.
@teaP I noticed the TabView doesn't appear to have an ItemClick
event like ListView has. This would be useful for the Ribbon implementation for collapsing the view as called out in this comment.
Most helpful comment
@teaP I noticed the TabView doesn't appear to have an
ItemClick
event like ListView has. This would be useful for the Ribbon implementation for collapsing the view as called out in this comment.