Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Wpf frameworks or styles

Wpf frameworks or styles

Scheduled Pinned Locked Moved C#
wpfquestioncsharpdesign
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dwayne Barsotta
    wrote on last edited by
    #1

    Are there open source styles our frameworks that pretty much changes the entire look of elements? I'd like to make applications that don't look exactly like the typical windows window? With out me having to remake common controls. I'm also about to post a question about building UI elements.

    P L 2 Replies Last reply
    0
    • D Dwayne Barsotta

      Are there open source styles our frameworks that pretty much changes the entire look of elements? I'd like to make applications that don't look exactly like the typical windows window? With out me having to remake common controls. I'm also about to post a question about building UI elements.

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      I have to admit that I'm rather partial to the work done on MahApps[^]. Alternatively, there are some free WPF themes[^] available on CodePlex (you'll have to download the archive).

      This space for rent

      1 Reply Last reply
      0
      • D Dwayne Barsotta

        Are there open source styles our frameworks that pretty much changes the entire look of elements? I'd like to make applications that don't look exactly like the typical windows window? With out me having to remake common controls. I'm also about to post a question about building UI elements.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        WPF styles "cascade"; from the application level; through to local assignments; down to the property level. By refraining from setting any styles at a "low" level, you can influence the entire "theme" of an app by only (first) setting styles at the "application level", which will then cascade down to the lowest level. e.g. Define the style of a "TextBox" at the app level, and the entire app will have a similar textbox style; while still being able to override at any level in the "visual tree" (of ui controls). By limiting the setting of "background" and "forground" colors to "dynamic resources" (versus "static" resources) at the app level, I can give the user the ability to change theme colors on-the-fly from "summer" to "winter" (for example).

        "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups