tabcontrol
Problem when adding Crystal report to tabcontrol in C#
We are dynamically configuring a Crystal report and when we show it in a separate window or dynamically adding reports to a C# WPF StackPanel everything is working as it should.[详细]
2023-03-08 01:26 分类:问答How do I dynamically embed a winform subform into the tab control of a main winform?
Is there a way that I can hand a Winforms form object to a main form containing a tab control, and have the main form load this form object into one of the tabs?[详细]
2023-03-06 21:12 分类:问答How to set readonly property of textboxes on a Grid in WPF?
Supp开发者_StackOverflowose I have ten textBoxes on a TabControl in WPF application. My purpose is to set the IsReadOnly of the tabcontrol so that every textbox on it is set to be ReadOnly automatical[详细]
2023-03-05 20:29 分类:问答WPF databinding problem
I have a grid inside a canvas on a tab.开发者_StackOverflow中文版 The grid contains a large bitmap image,[详细]
2023-03-05 08:37 分类:问答WPF: Find if mouse cursor is in a control (not necessarily directly over)
I have a tab control where right clicking on a tab item shows a context menu. When click on a menu item called \"Close\" I want to close tab item that the user right clicked on.[详细]
2023-03-04 15:09 分类:问答Embed a form onto a tabcontrol in windows forms
I have a tab control in a windows form and I want to be able to click on a tab and in the body area of the tab I want it to display another form as an embedded component.Is this possi开发者_如何学JAVA[详细]
2023-02-28 17:40 分类:问答show context menu only on tabcontrol
I am trying to add a context menu that has \"Close\" and \"Close all but this\" like in IE8. This menu should be displayed when I click on the tab but not on开发者_JAVA百科 tabitem.[详细]
2023-02-28 05:45 分类:问答How do you navigate a complex Visual Tree in order to re-bind an existing element?
In the above image, child is a ContentPresenter.Its Content is a ViewModel.However, its ContentTemplate is null.[详细]
2023-02-27 11:41 分类:问答Problem while attempting to change selected index of a tabControl
The problem i face is quite annoying. I have a tabControl with the 2 tabItems(Home,Show) The Home tab starts as Visible and Show as Hidden[详细]
2023-02-27 06:17 分类:问答How do I bind a TabControl to a collection of ViewModels?
Basically I have in my MainViewModel.cs: 开发者_Go百科ObservableCollection<TabItem> MyTabs { get; private set; }[详细]
2023-02-24 17:55 分类:问答