Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
Questiondatagridview size Pin
michaelgr13-Aug-09 0:28
michaelgr13-Aug-09 0:28 
AnswerRe: datagridview size Pin
Mycroft Holmes3-Aug-09 0:54
professionalMycroft Holmes3-Aug-09 0:54 
GeneralRe: datagridview size Pin
michaelgr13-Aug-09 0:56
michaelgr13-Aug-09 0:56 
GeneralRe: datagridview size Pin
Henry Minute3-Aug-09 1:03
Henry Minute3-Aug-09 1:03 
GeneralRe: datagridview size Pin
stancrm3-Aug-09 1:05
stancrm3-Aug-09 1:05 
GeneralRe: datagridview size Pin
Mycroft Holmes3-Aug-09 2:07
professionalMycroft Holmes3-Aug-09 2:07 
GeneralRe: datagridview size Pin
michaelgr13-Aug-09 3:00
michaelgr13-Aug-09 3:00 
GeneralRe: datagridview size Pin
Mycroft Holmes3-Aug-09 3:27
professionalMycroft Holmes3-Aug-09 3:27 
While I have not looked at the article - they are articles, designed to demonstrate a particular aspect of, in this case resizing, .net. You should not take this as a "good" design for UIs, thats not what the author was trying to achieve.

If I am doing a form that is resizable then there will be 1 or more list controls (ListView/DGV etc). These are the controls I will have docked as fill, all other controls will be placed inside panels and docked to an edge. This then allows the FORM to be resized and the list control expands. If there are 2 DGV then use a splitter control and allow the user to resize the DGVs.

I have NEVER designed a form where a DGV can be resized OVER THE TOP of another DGV, I would consider this a bad design.

Never underestimate the power of human stupidity
RAH

GeneralRe: datagridview size Pin
michaelgr13-Aug-09 3:28
michaelgr13-Aug-09 3:28 
GeneralRe: datagridview size Pin
Dan Neely3-Aug-09 3:31
Dan Neely3-Aug-09 3:31 
GeneralRe: datagridview size Pin
michaelgr13-Aug-09 3:34
michaelgr13-Aug-09 3:34 
GeneralRe: datagridview size Pin
Mycroft Holmes3-Aug-09 3:42
professionalMycroft Holmes3-Aug-09 3:42 
GeneralRe: datagridview size Pin
Dan Neely3-Aug-09 4:19
Dan Neely3-Aug-09 4:19 
GeneralRe: datagridview size Pin
Dan Neely3-Aug-09 3:33
Dan Neely3-Aug-09 3:33 
GeneralRe: datagridview size Pin
Mycroft Holmes3-Aug-09 3:46
professionalMycroft Holmes3-Aug-09 3:46 
GeneralRe: datagridview size Pin
Dan Neely3-Aug-09 4:21
Dan Neely3-Aug-09 4:21 
QuestionImage Gallarey using asp.net C# Pin
mynameatif3-Aug-09 0:05
mynameatif3-Aug-09 0:05 
QuestionError: Connection request timed out Pin
Reddy Prakash2-Aug-09 23:55
Reddy Prakash2-Aug-09 23:55 
AnswerRe: Error: Connection request timed out Pin
Robin_Roy3-Aug-09 0:22
Robin_Roy3-Aug-09 0:22 
GeneralRe: Error: Connection request timed out Pin
Reddy Prakash3-Aug-09 0:38
Reddy Prakash3-Aug-09 0:38 
QuestionVoice over internet protocol.. Pin
rosae6192-Aug-09 23:51
rosae6192-Aug-09 23:51 
AnswerRe: Voice over internet protocol.. Pin
stancrm2-Aug-09 23:52
stancrm2-Aug-09 23:52 
Questionhow to change back color of RichTextbox when it is disabled Pin
mutpan2-Aug-09 23:43
mutpan2-Aug-09 23:43 
AnswerRe: how to change back color of RichTextbox when it is disabled Pin
Henry Minute3-Aug-09 1:12
Henry Minute3-Aug-09 1:12 
GeneralRe: how to change back color of RichTextbox when it is disabled Pin
Baeltazor3-Aug-09 15:54
Baeltazor3-Aug-09 15:54 

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.