question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with Prism

See original GitHub issue

Hi. First of all thanks so much for your work on Dragablz and Material Design for Wpf it’s absolutly great. I recently had a problem with the tabitem behavior. I use TabablzControl as host for the RegionManager of Prism like this : <dragablz:TabablzControl prism:RegionManager.RegionName="MainRegion" > and I put my modules in a folder and my module Catalog stacks it into the TabablzControl on the loading time. It work fine but the header of the tabitem doesn’t find the title of the loaded module. However I have got this code for bind the Title and it work great with the standard component and also with the mahapps tabcontrol but not here :
<dragablz:TabablzControl.Resources> <Style TargetType="TabItem" BasedOn="{StaticResource {x:Type TabItem}}"> <Setter Property="Header" Value="{Binding RelativeSource={RelativeSource Self}, Path=Content.DataContext.TitreModule}" /> </Style> </dragablz:TabablzControl.Resources> Have you any idea about this issue ? Thanks

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
antoinelooscommented, Mar 18, 2016

Thank you so much It’s perfectly work =) and congratulations for your work it’s really impressive.

0reactions
ButchersBoycommented, Mar 16, 2016
Read more comments on GitHub >

github_iconTop Results From Across the Web

What to do when Prism won't start (Windows). - FAQ 961
To fix this problem, delete (or rename) the Tour folder within the Prism program folder. If that folder is missing, Prism won't try...
Read more >
Basic Monitor Troubleshooting
Here are some things you can try to narrow down on the issue: Try using a different cable (such as a new HDMI...
Read more >
What Is Prism Correction in Eyeglasses?
Prism correction is used in eyeglasses for some people who have double vision. The prism aligns the two images so only one is...
Read more >
PRISM Issues - NDU Press - National Defense University
PRISM Vol. 10, No. 1 is now online. This special issue of PRISM is about the different perceptions and reactions to COVID-19 as...
Read more >
Troubleshooting LDAP and AD Issues for Prism Log On
This article describes ways to troubleshoot LDAP authentication issues and to check the issues in the environment.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found