Skip to content

Hlebushek2020/Sergey.UI.Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sergey.UI.Extension

Styles and dialog boxes for my programs

⚠️The namespace documentation is on the wiki!:warning:

UIStyle.xaml

Location: Resources/UIStyle.xaml
Uri: /Sergey.UI.Extension;component/Resources/UIStyle.xaml

ControlTemplate with keys

  • MenuItem.SeparatorStyleKey
  • MenuItem.TopLevelHeaderTemplateKey
  • MenuItem.TopLevelItemTemplateKey
  • MenuItem.SubmenuItemTemplateKey
  • ComboBoxTextBox
  • VerticalScrollBar
  • HorizontalScrollBar

Style with keys

  • WindowStyle
  • ComboBoxToggleButton
  • OptionMarkFocusVisual
  • FocusVisualRadius3
  • FocusVisualRadius4
  • FocusVisual
  • ScrollBarThumb
  • ScrollBarPageButton
  • ButtonStyle
  • IconButtonStyle
  • MenuIconButtonStyle
  • TextBlockStyle
  • GridView.GridViewScrollViewerStyleKey
  • GridViewColumnHeaderGripper
  • GridViewColumnHeader

Styles without keys

  • Menu
  • ContextMenu
  • ComboBox
  • ComboBoxItem
  • ListBox
  • ListBoxItem
  • ScrollViewer
  • GridSplitter
  • TextBox
  • PasswordBox
  • CheckBox
  • ProgressBar
  • RichTextBox
  • ListView
  • ListViewItem
  • GroupBox

Other Resources

Themes

  • Light (Resources/Light.xaml)
  • Dark (Resources/Dark.xaml)