A Winforms control that allows the dynamic addition of components which are arranged in a grid pattern using columns and rows.
1
vote
1answer
43 views
Create TableLayoutPanel programmatically in c#
I have TabControl that contains one TabPage, and other TabPages are added dynamically, on event.
First TabPage contains TableLayoutPanel, so I am wondering is there any chance to add new ...
2
votes
1answer
56 views
Add stacked items to table layout panel in visual studio .net
I've been trying to add items to my tableLayoutPanel in visual studio .net application, but it seems that they just get replaced in the first item position.
Public rows As Integer = 0
Public CAIList ...
0
votes
1answer
29 views
TableLayoutPanel constructing an object for each cell
Hi I am working on a c# Windows Form design assignment. Basically we have been supplied with most of the code to create a working board game similar to snakes and ladders.
So far I have created a ...
1
vote
1answer
97 views
Autosize not working of Table Layout Panel in Winform? [duplicate]
I am making a windows application,in which i am using a table layout panel, structure of table layout panel is:
Total columns are : 1 -> Autosize
Total rows are : 6 -> Autosize
In the code ...
0
votes
0answers
35 views
Control in TableLayoutPanel change his position unexpectedly
I have a window with anchored TableLayoutPanel with following layout (A-autosize, X%-percents):
0-A 1-20% 2-80% 3-A
0-A [TableLayoutPanel,columnspan 3 ...
1
vote
3answers
74 views
WIndows Forms dynamic layout
I have a custom usercontrol which does the work of my app.
I need to have a variable number of my usercontrols on my form at once, the number is known at runtime.
I want each one to be full client ...
1
vote
0answers
42 views
TableLayoutPanel doesnt display my pictureBoxes
I want to get all PowerPoint slides of my current presentation and add them with picture boxes to my table layout panel, but my picture boxes are not displayed for some reason.
public partial class ...
0
votes
3answers
176 views
How to select a perticular cell in table layout and paint with different color
I have created a Table layout in windows forms as shown in figure, i have added a right mouse button click Menu to my table, i want to color the cell when i right click on the perticuler cell, so how ...
0
votes
0answers
20 views
Adding multiple controls making previous to move in next line
I am working on Windows Forms based desktop App in C#. I am using a textbox and a picture control in a cell. When I try to add picture control adjacent to Textbox, it makes textbox to shift in next ...
0
votes
0answers
175 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 ...
3
votes
1answer
100 views
Simple table-like visual appearance in Windows Forms (c#)
I currently develop an application, which reads a XML file containing some fields, which tell me what kind of controls etc. I want to (dynamically) load. Then it creates those controls and adds them ...
0
votes
0answers
22 views
Scrollbar Size and Width of Table Columns
I'm using TableLayoutPanel that dynamically has rows added to it. The table has 3 columns.
I try to add a ScrollBar when I have n rows in my TableLayoutPanel.
On top of the table, I have labels with ...
0
votes
1answer
53 views
How to set number of columns with a specific absolute size in a table layout panel?
I need to set number of columns in a table layout panel with a specific size. The size of the user controls is locked. When I maximize the form I want to change the number of columns in a row.
How ...
-1
votes
1answer
37 views
How to change columns or content of a row cell in TableLayoutPanel with another one in run time? [closed]
Considering that I have a TableLayoutPanel control that has a row with x columns. Each cell has inside a Panel control, too.
I want to change a column x with column y in run time.
How could I do ...
0
votes
1answer
164 views
Adding PictureBoxes to TableLayoutPanel is very slow
Hello guys I am adding PictureBoxes to TableLayoutPanel cells, but for 10x10 grid it takes like 10 seconds, which is too long. My code looks like this, could you tell me how can i improve it, so ...
0
votes
2answers
206 views
TableLayoutPanel displays vertical scroll
I have TableLayoutPanel for dynamic creation of controls with AutoScroll = true. It's work fine when I add new controls. But when I remove and all controls are visible, vertical scroll is visible.
...
0
votes
0answers
24 views
FlowLayoutContainer with Strange Behaviour
I have created two classes in my program, one that is the container for e-mail replies (vertical FlowLayoutPanel) and the other that is for each individual reply (TableLayoutContainer). As long as I ...
0
votes
1answer
43 views
Centering a TableLayoutPanel in Parent
I have spent hours trying to figure out how to organize my user interface, and what is simple in PHP/CSS is driving me nuts in C#.
Basically I am creating a class called Reply that is a 2x2 ...
2
votes
2answers
95 views
How deep does Controls.Clear() clean up?
I'm using a TableLayoutPanel which is dynamically filled with other TablelayoutPanels.
Now I'm wondering what happens when I call TableLayoutPanel.Controls.Clear on the dynamically filled ...
0
votes
1answer
33 views
Have problems with insert to TableLayoutControl
I need to have control which provides next functionality:
First N rows contains some info and button to remove itself
Last row contains add button. Newly added rows must be inserted before row with ...
0
votes
1answer
45 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 ...
2
votes
1answer
523 views
Removing a specific Row in TableLayoutPanel
I have TableLayoutPanel that I programatically add Rows to. The User basically choses a Property and that is then displayed in the table along with some controls. I think I have a general ...
0
votes
1answer
151 views
How do I determine the cell being clicked on in a TableLayoutPanel?
I have a TableLayoutPanel and I want to add a control to the cell that I click on.
The problem is that I can't determine the cell that I click on at run time.
How do I determine the cell being ...
1
vote
1answer
243 views
Keeping controls centralized in a TableLayoutPanel
I am starting to use C# and am trying to create a Form which will contain many different controls. In order to keep things simple, I am using a TableLayoutPanel to deal with the formatting. However, ...
0
votes
0answers
75 views
VB User Control layout is messed up when put on form
I am trying to setup a form with a few Table Layout panels and then in spaces in the Table Layout panels drop in a Panel with a user control inside of that.
The goal here is that there may be more ...
0
votes
1answer
169 views
TableLayoutPanel place label control inside column
With all the properties for TableLayoutPanel, I don't know why this can't be simple.
I have a tableLayoutPanel with two columns. I am trying to place a label inside the first columns to use it as the ...
0
votes
0answers
84 views
How to dynamically center and resize TableLayoutPanel
I am creating a TableLayoutPanel in a C# program at run-time. How can I center it and dynamically resize it on a form depending on how many rows/columns I add? Right now I can create, show, and add ...
0
votes
0answers
457 views
Fix row height of every row in TableLayoutPanel
I'm working on Windows c#.
Firstly, the things those can not be change as my need are following:
The Size of TableLayoutPanel is fixed.
The Total # of columns are fixed.
Now, I want to set a fix ...
2
votes
2answers
66 views
TableLayoutPanel only shows last row - C#
I've a TableLayoutPanel that has 10 rows and 2 columns.
My problem is, when I add a label in the first column and a button in the other, everything is fine. But when I add another label and a button ...
0
votes
1answer
119 views
TableLayoutPanel slow because of autosize and/or nested TableLayoutPanels?
I have some TableLayoutPanel, where the first "layer" has 1 column and ten rows, some of this rows contain either a UserControl or another TableLayoutPanel with 2 or 3 columns and some rows. One or ...
0
votes
1answer
95 views
Is it possible to remove the border between 2 cells in a TableLayoutPanel? [duplicate]
I want to remove the border between 2 cells, and similarly, have a border around them if they were in the middle of a TableLayoutPanel. Say a 5x5 grid, and it was cells (2,3) and (2,4) how would this ...
0
votes
2answers
150 views
Changing cell colours of a TableLayoutPanel by variables during runtime?
I have a TableLayoutPanel currently with multiple rows + columns. It's populated by a for loop that will be different every time it's run dependant on the output of an SQL Query.
void ...
0
votes
1answer
78 views
Colour cells in a TableLayoutPanel with variables during runtime?
I have a TableLayoutPanel currently with multiple rows + columns. It's populated by a for loop that will be different every time it's run dependant on the output of an SQL Query.
void ...
-1
votes
1answer
122 views
XAML-embedded WinForms Panel doesn't support direct content?
I'm attempting to place a Winforms panel within my WPF UserControl, with the following code;
<WindowsFormsHost Grid.Row="3">
<WinForms:Panel>
<WinForms:TableLayoutPanel ...
0
votes
1answer
173 views
Label control not filling its containing cell in TableLayoutPanel
What could cause a Label control to not grow/shrink to its containing cell inside of a TableLayoutPanel? I have a few TableLayoutPanels inside another encompassing TableLayoutPanel. I need the Label ...
0
votes
1answer
512 views
How to automatically scale child controls' font sizes when form size changes?
I am using a TableLayoutPanel to contain controls that I would like to have automatically resize when the form is resized. I would like to know how to make a form's child controls "scale" in size ...
0
votes
1answer
91 views
Is there any way to control thickness of cell border in TableLayoutPanel?
I am developing a Winform application with lots of TableLayoutPanel use.
If possible, I would like to set thickness of the cell borders zero or very small because hierarchical use of the ...
0
votes
1answer
68 views
Sync mouseclicks between controls
I’ve got a TableLayoutPanel and a Treeview and I would like to sync the mouseclicks with each other.
The reason for this is that I want to be able to select something in my TableLayoutPanel and then ...
1
vote
2answers
616 views
VB.Net: Using and addressing buttons in TableLayoutPanel
Hi I have this TablelayoutPanel setup currently in my program to create a grid of buttons that will later correspond to a specific column and row:
'****INITIALISES TABLE LAYOUT INTO FORM******
...
0
votes
1answer
2k views
Adding controls to TableLayoutPanel dynamically during runtime
I have a TableLayoutPanel starting with two columns and 0 rows. What I need to do is, dynamically adding a row and filling both of the columns with different controls (it will be panels). In Form1 I ...
0
votes
1answer
91 views
validation with RadioButton
I have 10 RadioButton inside a panel.
I have 10 panels inside a tableLayoutPanel, Each one in different column.
How can i move between the columns and validate that in each column there is a ...
-1
votes
1answer
304 views
Enumerating controls within a TableLayoutPanel cell position
As a follow on from this question - Direct access to TableLayoutPanel Cells, how would one enumerate the controls within a cell in a TableLayoutPanel? As from the picture below, I want to enumerate ...
2
votes
1answer
962 views
Get height and width of TableLayoutPanel cell in Windows Forms
Using a TableLayoutPanel in Windows Forms. I am using RowStyles and ColumnStyles with SizeType as AutoSize and Percent respectively. I need to find out the absolute height and width of a cell in which ...
0
votes
1answer
100 views
Accessing and Setting Winforms Control at runtime
I've built a Winforms table layout which has many elements in each cell. What I'm trying to do is enumerate all controls of a particular type which I'm concerned with, and remove their corresponding ...
2
votes
0answers
76 views
Multiple charts not showing on Chart TableLayoutPanel in Winforms Application
I am adding Multiple rows on Table Layout Panel. I am using 2 Columns.I am adding dynamically Charts on every rows.
I want to show 500 charts on this panel means there is a requirement of 250 rows.
...
0
votes
0answers
74 views
TableLayoutPanel doesnt AutoScroll
I build a TabPage at runtime and add a tableleyout panel inside it to add my controls that are decided at runtime. After Docking the tablelayout panel to the Tabpage I dont seem to see the vertical or ...
0
votes
0answers
255 views
Insert a column in specific index using TableLayoutPanel. VB.Net
I have 5x10 table using TableLayoutPanel each cell has a button. now i want to insert another empty column at specific index.. i have a combobox on which index to insert
...
0
votes
2answers
167 views
TableLayoutPanel Column Ordering and Windows 8
Our app is targeting .net4.0, code is mix of projects in vb.net and c#. This particular project is vb.net. My dev machine is windows 7x64 pro with vs 2010 sp1 and a VS2010 + Windows 8x64 VMWare ...
0
votes
0answers
259 views
Creating “Gridlines” for a table layout panel
Is there a way I can create a thick line as a row/column border for every third row?
I know that I can border every cell with .CellBorderStyle but that does not allow me to change anything for ...
3
votes
1answer
1k views
TableLayoutPanel remove empty rows
I'm trying to remove all empty rows from a TableLayoutPanel. So far I have been able to do it this way
private void RemoveEmptyRows()
{
for (int row = 0; row < tablePanel.RowCount - 1; row++)
...



