Reputation: 410
I want to create a theme like Apple Ipad in WPF, if you know any , please let me know. else, please help, to choose correct control for these Pictures in WPF (TabControl,ListView,ListBox,Button).
Thank you.
Upvotes: 0
Views: 480
Reputation: 596
as for the top picture, it makes sense to use a TabControl where you need to:
the attached properties can be set either automatically by the custom panel, or manually via xaml.
Regards
Upvotes: 1