Dirkster99 / AvalonDock

Our own development branch of the well known WPF document docking library
Microsoft Public License
1.39k stars 318 forks source link

Weird 'IsFloating' error at AnchorablePane creation #471

Closed PierrePlaziat closed 6 months ago

PierrePlaziat commented 7 months ago

Hello

I have this problem: Capture

as you can see each time i make a new tool panel procedurally (or also by xaml) I get those weird errors about the IsFloating property, that i cant get rid of.

They dont alter the app experience but its anoying nonetheless. Have you some got some info about this?

(Edit: i'm using the nuget package if its relevant)

PierrePlaziat commented 6 months ago

This is caused by the expression theme.

If i use the VS2013 theme i get only one error first time i open a pane:

System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression:Path=Fill; DataItem=null; target element is 'GeometryDrawing' (HashCode=59286834); target property is 'Brush' (type 'Brush')