Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 780867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T20:08:31+00:00 2026-05-14T20:08:31+00:00

Lets say I have a WPF application that shows a ListBox with an ArrayList

  • 0

Lets say I have a WPF application that shows a ListBox with an ArrayList -populated with objects of arbitrary types- as a source, and this application is hosted in an assembly ‘A’. By default the ListBox will display the custom object ‘ToString’ method return value. If a data template for that object type is found, the ListBox will use it for rendering.
Imagine that theres another assembly ‘B’ that references of ‘A’ and seeks to extend it by providing custom data templates for certain types, to be used in that ListBox. Is there some way to do that without ‘A’being aware of B?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T20:08:32+00:00Added an answer on May 14, 2026 at 8:08 pm

    Yes, this is a very common usage of WPF.

    In your assembly B:

    1. Create a Themes folder containing a file named Generic.xaml containing an empty <ResourceDictionary> tag
    2. Inside the <ResourceDictionary> tag, add DataTemplates and ControlTemplates for the types in B
    3. In your AssemblyInfo.cs file, add the following line:

      [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]

    Now in your assembly A:

    1. Create a UI to browse to assembly B (or otherwise select the .dll file)
    2. When the user selects an assembly B to use, use var assembly = Assembly.LoadFile(path) to load it
    3. Use Activator.CreateInstance(assembly.GetType(typeName)) to create an object in assembly B knowing only its name
    4. Add this object to your UI, or create other objects using an interface defined on it (the interface itself is defined in assembly A) and add the to your UI

    The templates defined in assembly B will be used to present the controls and data in assembly B, even though assembly A knows nothing of assembly B.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 497k
  • Answers 497k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer At the root of it, STOMP appears to be TCP-based… May 16, 2026 at 11:54 am
  • Editorial Team
    Editorial Team added an answer The problem is with your copy in the Simulator constructor.… May 16, 2026 at 11:54 am
  • Editorial Team
    Editorial Team added an answer I simply used DataTable dataTable = new DataTable(); dataTable.Load(dataReader); instead… May 16, 2026 at 11:54 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have WPF application and a window in it. Lets have something like this
In my application, I have a model object that contains a collection lets say
Lets say I have a sample workflow that does the following: Receive something Run
Lets say I have an intraweb application (written in Delphi 2010) with an iwEdit
I have a WPF application which tightly coupled to linq2sql through WCF. It now
Lets say i have a text file with following content: Hello! How are you?
Lets say i have a form which have the following : Name:TextBox Email:TextBox Age:TextBox
Lets say I have 2 tables: 1 with users and another one which keeps
Lets say I have 2 mobile phones which are 50 meters away from each
Lets say I have business class: public class Foo { public int Prop1 {get;set;}

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.