Questions tagged [kaxaml]

5 questions
7
votes
4 answers

How do I reference different DLLs in Kaxaml

I want to work with a DataGrid in Kaxaml. How do I reference the toolkit dll?
Hm32
6
votes
1 answer

Using custom XML namespaces to reference external DLLs in Kaxaml

I can get Kaxaml to load external assemblies using CLR-namespaces, that however is a pain because one needs a lot of mappings to target all the different namespaces in an assembly while the custom XmlnsDefinition on the assembly would allow one to…
H.B.
  • 166,899
  • 29
  • 327
  • 400
1
vote
1 answer

Creating a ° in a xaml file

So, I'm making a xaml file using java. This is my line of code in java : String newAnswer = e.getText().substring(0, 1) + "º" + e.getText().substring(2); Now "º" This part should, according to Google, create a degrees symbol in my xaml…
Robin-Hoodie
  • 4,886
  • 4
  • 30
  • 63
0
votes
0 answers

Cannot reference to an external assembly in KAXAML

I am absolutely new to WPF and trying to create some sample UIs in KAXAML. I need to have some emojis in the buttons therefore, I installed the emoji.wpf nuget package. By doing that, I am able to reference the emoji.wpf assembly in a Visual Studio…
skm
  • 5,015
  • 8
  • 43
  • 104