Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
44 views

VS 2020 No access to TableLayoutPanel control in WinForm's C# code view

I have been struggling with this problem all week. I read many posts here but none solved the problem. The issue I’m having is with a program that is made up of two projects: a WinForm and a ...
Stan Rydz's user avatar
0 votes
1 answer
70 views

Access Controls (Text Boxes and Combo Boxes) added in Runtime to Windows Foam

I am adding User Control to my Main Windows Foam, the User Control consist of Tablelayoutpanel which include 2 Combo Boxes,1 Button and 4 Text Boxes, as shown in the picture below: How can I access ...
Adil Ahmed's user avatar
0 votes
1 answer
519 views

Changing color of TableLayoutPanel when adding manually

I have 2 classes: a form and a user control. I have a default flowlayout in my form and a button to add usercontrol to flowlayout 3 rowed tablelayout in my user control; When the usercontrol ...
tataelm's user avatar
  • 939
3 votes
1 answer
1k views

Remove Row inside TableLayoutPanel makes a layout problem

I have a WinForms application that has a TableLayoutPanel; this is the definition code: tableLayoutPanel1 = new TableLayoutPanel(); tableLayoutPanel1.Dock = DockStyle.Fill; tableLayoutPanel1....
YosiFZ's user avatar
  • 7,910
1 vote
0 answers
298 views

C# UserControl Draw outside of TableLayoutPanel cell

C# .Net 4.5 Winform On my Form, I have a SplitContainer, and in the right panel, my custom UserControl with a TableLayoutPanel. As I draw UserControl items in each cell of the TableLayoutPanel, I ...
Robert Achmann's user avatar
2 votes
0 answers
217 views

C# - Nested usercontrols within tablelayoutpanels (sizing problems)

Well it's kinda hard to explain for me, but here is a graphic: I do have three user controls binded in a form. Each of them has more or less the same structure: a set of data which is described in the ...
Klunky's user avatar
  • 25
1 vote
0 answers
442 views

Scrollbar for usercontrol inside tab panel - winforms

I have looked and looked, and while I've found many similar questions, none of them seem to be addressing my particular problem, so I thought I'd just go ahead and start a new one. I have a dialog ...
clnoel's user avatar
  • 22
0 votes
1 answer
182 views

How to get control of each cell of a table Layoutpanel present in a usercontrol and that user control is used in another winform?

I created a User Control having a table Layout panel.Now ,that UserControl is used in another Winform Application.I want to dock a button(any Control) to each cell of tabelLayout Panel present in the ...
Sai Dixit's user avatar
0 votes
1 answer
862 views

C# TableLayoutPanel - 2nd row content not displayed

I have a user control that displays an object. This user control is composed of : - A main TableLayoutPanel with 2 rows to separate things in two parts - A nested TableLayoutPanel containing a "...
Virus721's user avatar
  • 8,373
-2 votes
1 answer
917 views

Checking that whether a user control in present in the specific cell on mouse click in c# [closed]

How can I check that whether a usercontrol exists in the cell where the user has clicked. I have created a user control Rack.cs , just want to know that how can I check that the Rack() is present in ...
Nosheen Javed's user avatar
1 vote
1 answer
1k views

Checking that a control exists or not in a cell where user has clicked in tablelayoutpanel

How can I check that the control exists on that cell where the user has clicked? Is there any kind of function of the tablelayoutpanel? I just want to check that if the clicked cell HasControl then ...
Nosheen Javed's user avatar
0 votes
1 answer
576 views

How to Add Usercontrols on a specific position in a TableLayoutpanel

Team. I have a Problem with my Tablelayoutpanel. The Tablelayoutpanel is located in the Main-Form and filled with 5 Usercontrols (5 equal Controls, filled with other texts). Every Usercontrol ...
DKaniel's user avatar
1 vote
0 answers
2k views

How to fire mouse click event for a user controls in a table layout panel

I got a problem to fire a mouse click event for user controls in a table layout panel. I created a user control with this class. public partial class ComputerControl : UserControl { private int ...
anthlon's user avatar
  • 19
0 votes
1 answer
79 views

Directly addressing controls in a UserControl after adding TableLayoutPanel

I recently refactored the code of a user control in my WinForms project, and changed it from a user control with text boxes, combo and buttons that were just placed all over it, to a user control that ...
max12345's user avatar
5 votes
1 answer
4k views

How to add rows into middle of a TableLayoutPanel

I have a TableLayoutPanel with 3 columns and 1 row: (Remove button, User Control, Add button) I want the Add button to add a new row similar to the above below the clicked button: e.g: BEFORE: (...
Eldad's user avatar
  • 1,059

15 30 50 per page