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
B

Bob Bedell

@Bob Bedell
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • default control template xaml
    B Bob Bedell

    Turns out, after a little more exploration, that the Template property will be null unless the control has been rendered on the screen.

    WPF wpf csharp question

  • default control template xaml
    B Bob Bedell

    It appears that when you construct a WPF control in code, its Template property isn't initialized. For example: ListBox listBox = new ListBox(); If you instantiate a ListBox like this, then walk the object hierarchy down to the Template property of the Control base class, you'll see that it hasn't been initilaized.

    WPF wpf csharp question

  • default control template xaml
    B Bob Bedell

    The error is obviously thrown by the line: XamlWriter.Save(template, writer); since template is null.

    WPF wpf csharp question

  • default control template xaml
    B Bob Bedell

    I ran your first version which looks promising, only the line: ControlTemplate template = control.Template; Always assigns a null value to the template variable. The error message is typically: << Error generating template: Parameter name: obj>> Are you seeing the same thing? Thanks for your reply, Bob

    WPF wpf csharp question

  • default control template xaml
    B Bob Bedell

    Does anyone know where to find the complete default control template xaml listings for the WPF controls? Thanks. Bob

    WPF wpf csharp question
  • Login

  • Don't have an account? Register

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