Search found 2 matches

by mkgonullu
Fri Apr 11, 2014 7:13 am
Forum: Object Identification and Technologies
Topic: WPF Page in a Frame
Replies: 1
Views: 4385

Re: WPF Page in a Frame

I found the answer. The reason is we are using a style in TabControl, it is somehow blocking the content. When I use styleless TabControl it works.
by mkgonullu
Thu Apr 10, 2014 12:24 pm
Forum: Object Identification and Technologies
Topic: WPF Page in a Frame
Replies: 1
Views: 4385

WPF Page in a Frame

Hello, I am using a TabControl in my project. In this tabcontrol, there is a frame in the content template, pages are loaded in this frame according to menu buttons in ribbon using binding, or when double clicked on an item in the datagrid the details of that row is loaded in new tab. However, when ...