Click here to Skip to main content
15,879,239 members
Home / Discussions / C#
   

C#

 
Questionwrong behaviour of Text Reader Pin
vishal moharikar30-May-09 1:03
vishal moharikar30-May-09 1:03 
AnswerRe: wrong behaviour of Text Reader Pin
Apocwhen30-May-09 1:49
Apocwhen30-May-09 1:49 
GeneralRe: wrong behaviour of Text Reader Pin
vishal moharikar31-May-09 18:16
vishal moharikar31-May-09 18:16 
AnswerRe: wrong behaviour of Text Reader Pin
Moreno Airoldi30-May-09 7:21
Moreno Airoldi30-May-09 7:21 
GeneralRe: wrong behaviour of Text Reader Pin
Luc Pattyn30-May-09 7:32
sitebuilderLuc Pattyn30-May-09 7:32 
AnswerRe: wrong behaviour of Text Reader Pin
Luc Pattyn30-May-09 7:38
sitebuilderLuc Pattyn30-May-09 7:38 
AnswerRe: wrong behaviour of Text Reader Pin
Joe Woodbury31-May-09 16:25
professionalJoe Woodbury31-May-09 16:25 
QuestionTabControl "vertical" AutoScroll Pin
netogg30-May-09 0:38
netogg30-May-09 0:38 
Hello,

I've put a TabControl on a Form and added some buttons to add pages and change the Alignment.
When the Tabcontrol is left aligned (vertical tabs) I'd like it to display only one row of tabs with scroll buttons when it overflows. Just like when its alignment is Top.

private void button1_Click(object sender, EventArgs e)
        {
            tabControl1.TabPages.Add(new TabPage());
        }

        private void button2_Click(object sender, EventArgs e)
        {
            if (tabControl1.Alignment == TabAlignment.Top)
            {
                tabControl1.Alignment = TabAlignment.Left;
            }
            else
            {
                tabControl1.Alignment = TabAlignment.Top;
                tabControl1.Multiline = false;
            }
        }


Any help on this would be sincerely appreciated.
AnswerRe: TabControl "vertical" AutoScroll Pin
Satish Pai30-May-09 1:13
Satish Pai30-May-09 1:13 
GeneralRe: TabControl "vertical" AutoScroll Pin
netogg30-May-09 1:27
netogg30-May-09 1:27 
GeneralRe: TabControl "vertical" AutoScroll Pin
Satish Pai30-May-09 2:27
Satish Pai30-May-09 2:27 
GeneralRe: TabControl "vertical" AutoScroll Pin
Satish Pai30-May-09 2:50
Satish Pai30-May-09 2:50 
GeneralRe: TabControl "vertical" AutoScroll Pin
netogg30-May-09 13:58
netogg30-May-09 13:58 
Questiondownloading pdf on a desktop folder Pin
tauras8129-May-09 23:59
tauras8129-May-09 23:59 
AnswerRe: downloading pdf on a desktop folder Pin
Rajesh R Subramanian30-May-09 0:11
professionalRajesh R Subramanian30-May-09 0:11 
AnswerRe: downloading pdf on a desktop folder Pin
Henry Minute30-May-09 0:12
Henry Minute30-May-09 0:12 
QuestionHow to attach a new process with existing process Pin
Jacobb Michael29-May-09 23:50
Jacobb Michael29-May-09 23:50 
AnswerRe: How to attach a new process with existing process Pin
Rajesh R Subramanian30-May-09 0:13
professionalRajesh R Subramanian30-May-09 0:13 
AnswerRe: How to attach a new process with existing process Pin
Anubhava Dimri30-May-09 0:27
Anubhava Dimri30-May-09 0:27 
GeneralRe: How to attach a new process with existing process Pin
Jacobb Michael31-May-09 18:34
Jacobb Michael31-May-09 18:34 
AnswerRe: How to attach a new process with existing process Pin
SimpleData30-May-09 1:38
SimpleData30-May-09 1:38 
Questionto store datareader values in array Pin
priya1515s29-May-09 23:45
priya1515s29-May-09 23:45 
AnswerRe: to store datareader values in array Pin
Mycroft Holmes29-May-09 23:59
professionalMycroft Holmes29-May-09 23:59 
Questionhi Pin
hamed02129-May-09 23:44
hamed02129-May-09 23:44 
Questionhi Pin
hamed02129-May-09 23:44
hamed02129-May-09 23:44 

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.