Click here to Skip to main content
15,890,336 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Detect if any of controls inside a TableLayoutPanel is clicked Pin
Sascha Lefèvre6-Apr-15 7:19
professionalSascha Lefèvre6-Apr-15 7:19 
GeneralRe: Detect if any of controls inside a TableLayoutPanel is clicked Pin
dilkonika6-Apr-15 7:26
dilkonika6-Apr-15 7:26 
GeneralRe: Detect if any of controls inside a TableLayoutPanel is clicked Pin
Sascha Lefèvre6-Apr-15 7:39
professionalSascha Lefèvre6-Apr-15 7:39 
GeneralRe: Detect if any of controls inside a TableLayoutPanel is clicked Pin
dilkonika6-Apr-15 7:49
dilkonika6-Apr-15 7:49 
GeneralRe: Detect if any of controls inside a TableLayoutPanel is clicked Pin
Sascha Lefèvre6-Apr-15 8:00
professionalSascha Lefèvre6-Apr-15 8:00 
QuestionScroll controls in a TableLayoutPanel using code Pin
dilkonika3-Apr-15 18:45
dilkonika3-Apr-15 18:45 
AnswerRe: Scroll controls in a TableLayoutPanel using code Pin
Richard MacCutchan3-Apr-15 21:50
mveRichard MacCutchan3-Apr-15 21:50 
AnswerRe: Scroll controls in a TableLayoutPanel using code Pin
Dave Kreskowiak4-Apr-15 3:47
mveDave Kreskowiak4-Apr-15 3:47 
The TableLayoutPanel isn't really a visible control. It's a kind of framework that add properties to the controls it "contains" and modifies the functionality of the layout properties of those controls.

If it were me that had to implement some kind of side-scrolling, I'd put the TableLayout and controls on a Panel control the width required to accommodate all of the controls, then stick that in another Panel that is the width of the viewable area and set it's AutoScroll property to True.

But, I wouldn't be doing something like this unless I absolutely had no other choice. It's a kludge design that makes your application a bit harder to use and visualize data.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

AnswerRe: Scroll controls in a TableLayoutPanel using code Pin
Sascha Lefèvre4-Apr-15 13:18
professionalSascha Lefèvre4-Apr-15 13:18 
GeneralRe: Scroll controls in a TableLayoutPanel using code Pin
dilkonika4-Apr-15 14:38
dilkonika4-Apr-15 14:38 
GeneralRe: Scroll controls in a TableLayoutPanel using code Pin
Sascha Lefèvre4-Apr-15 14:52
professionalSascha Lefèvre4-Apr-15 14:52 
QuestionEXCEL - Hooking Excel VTABLE Pin
jaafar tribak2-Apr-15 18:58
jaafar tribak2-Apr-15 18:58 
AnswerRe: EXCEL - Hooking Excel VTABLE Pin
Dave Kreskowiak3-Apr-15 2:37
mveDave Kreskowiak3-Apr-15 2:37 
GeneralRe: EXCEL - Hooking Excel VTABLE Pin
jaafar tribak3-Apr-15 13:01
jaafar tribak3-Apr-15 13:01 
GeneralRe: EXCEL - Hooking Excel VTABLE Pin
Dave Kreskowiak3-Apr-15 14:52
mveDave Kreskowiak3-Apr-15 14:52 
GeneralRe: EXCEL - Hooking Excel VTABLE Pin
jaafar tribak3-Apr-15 17:49
jaafar tribak3-Apr-15 17:49 
GeneralRe: EXCEL - Hooking Excel VTABLE Pin
Dave Kreskowiak3-Apr-15 19:12
mveDave Kreskowiak3-Apr-15 19:12 
AnswerRe: EXCEL - Hooking Excel VTABLE Pin
jaafar tribak17-Apr-15 13:56
jaafar tribak17-Apr-15 13:56 
QuestionModify the number of rows that a datagridview can show instantly , on runtime Pin
dilkonika2-Apr-15 18:19
dilkonika2-Apr-15 18:19 
AnswerRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
Sascha Lefèvre2-Apr-15 18:54
professionalSascha Lefèvre2-Apr-15 18:54 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
dilkonika2-Apr-15 18:57
dilkonika2-Apr-15 18:57 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
Sascha Lefèvre2-Apr-15 19:14
professionalSascha Lefèvre2-Apr-15 19:14 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
dilkonika2-Apr-15 19:22
dilkonika2-Apr-15 19:22 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
Sascha Lefèvre2-Apr-15 19:52
professionalSascha Lefèvre2-Apr-15 19:52 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
dilkonika3-Apr-15 6:20
dilkonika3-Apr-15 6:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.