Giter Club home page Giter Club logo

wpfthemescollection's Introduction

WPF - Themes

Supported controls

  • Button,
  • CheckBox
  • RadioButton
  • ScrollBar
  • ListBox
  • Expander
  • ComboBox
  • ProgressBar
  • TextBox
  • PasswordBox
  • RichTextBox
  • Label
  • Menu
  • MenuItem
  • Separator
  • TabControl
  • Slider
  • TreeView
  • ToggleButton
  • GroupBox
  • ListView
  • ListViewItem
  • ToolBar
  • Calendar

Change log

1.1.0

  • Added theme for the Calendar

1.0.0.0

  • Added basic themes

wpfthemescollection's People

Contributors

stanislawswierc avatar stansw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wpfthemescollection's Issues

Performance degraded on item hosts

Using templates you are replacing item hosts of controls like combobox or listbox with stack panel.

Basically what it does is disabling virtualisation of those collections.

You should use default item hosts, which is VirtualizingStackPanel in most cases.

Multiple issues in multiple themes

I've tried some of the themes and generally found them unusable. Here's a typical user experience when using a theme:

In the above the top menu item is squashed, and the splitter in the right pane... well I don't know what happened to it, but I'm pretty sure it's unusable.

I tried using ExpressionDark and it's really nothing like the Express Dark theme from, ahem, expression, Apart from not really looking like Expression UI, the theme left some of the borders from the underlying theme which were supposed to be removed.

XAML designer chokes on scrolling list boxes

List boxes have stopped working in the designer since upgrading to Visual Studio 2015.

The following exception occurs if the items in the list box exceed the height of the list box:

InvalidOperationException: 'Color(#FFFFFFFF)' is not a valid value for property 'Color'.
StackTrace
at System.Windows.DependencyObject.EvaluateExpression(EntryIndex entryIndex, DependencyProperty dp, Expression expr, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry newEntry)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.Baml2006.WpfKnownMemberInvoker.SetValue(Object instance, Object value)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.SetValue(XamlMember member, Object obj, Object value)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.SetValue(Object inst, XamlMember property, Object value)
InnerException: None

If you uncomment the last ListBoxItem in this code, the designer will choke on it:

<ListBox Margin="0,10,0,0" Width="200" Height="241">
    <ListBoxItem Content="Afghanistan (AFG)" />
    <ListBoxItem Content="Åland Islands (ALA)" />
    <ListBoxItem Content="Albania (ALB)" />
    <ListBoxItem Content="Algeria (DZA)" />
    <ListBoxItem Content="American Samoa (ASM)" />
    <ListBoxItem Content="Andorra (AND)" />
    <ListBoxItem Content="Angola (AGO)" />
    <ListBoxItem Content="Anguilla (AIA)" />
    <ListBoxItem Content="Antarctica (ATA)" />
    <ListBoxItem Content="Antigua and Barbuda (ATG)" />
    <!--<ListBoxItem Content="Argentina (ARG)" />-->
</ListBox>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.