Hi guys.
I want to report one big problem which we have with the AvalonDock in Extended Wpf Toolkit version 2.8.0. Problem is that in some cases it is not possible to unhide auto hidden part (LayoutAnchorable ). I've attached the source code (visual studio 2015 solution). You can also download it here:
[https://dl.dropboxusercontent.com/u/46583507/ProblemWithAvalonDock.zip](https://dl.dropboxusercontent.com/u/46583507/ProblemWithAvalonDock.zip)
Here are the instruction how to simulate it:
1. Open the solution
2. Run the application (F5)
3. Set focus to the textbox Text1
4. Select Tab2
5. Select Tab1
6. Hide Part2 (Auto hide)
7. And now you will not be able to unhide the hidden part
Comments: ** Comment from web user: BoucherS **
I want to report one big problem which we have with the AvalonDock in Extended Wpf Toolkit version 2.8.0. Problem is that in some cases it is not possible to unhide auto hidden part (LayoutAnchorable ). I've attached the source code (visual studio 2015 solution). You can also download it here:
[https://dl.dropboxusercontent.com/u/46583507/ProblemWithAvalonDock.zip](https://dl.dropboxusercontent.com/u/46583507/ProblemWithAvalonDock.zip)
Here are the instruction how to simulate it:
1. Open the solution
2. Run the application (F5)
3. Set focus to the textbox Text1
4. Select Tab2
5. Select Tab1
6. Hide Part2 (Auto hide)
7. And now you will not be able to unhide the hidden part
Comments: ** Comment from web user: BoucherS **
Hi,
If I start the attached sample (referencing Toolkit v2.8) and follow the 7 steps you mentionned, I can't unhide the "part 2". There is a bug.
Toolkit v3.1 will have the fix.
Removing the method "protected override IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled) " will only work starting at v2.9. Sorry about that.
I suggest you wait for v2.9, somewhere in June.