-
Notifications
You must be signed in to change notification settings - Fork 686
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
Feature: TabView (dev tracking) #590
Comments
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 |
Tracking for #304
Steven's Found Bug List
The text was updated successfully, but these errors were encountered: