U
U
Unkow2014-01-06 21:14:10
.NET
Unkow, 2014-01-06 21:14:10

How to create your own control (c# tabControl)?

Hello everyone, I used an article from habr: habrahabr.ru/post/170375
Ok, it turned out to be created, but how can I make tabs in the usual order? Ie horizontally, not vertically.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
ad1Dima, 2014-01-07
@ad1Dima

Haven't worked with WInForms for a long time, but probably on the third step

this.panel2.Dock = System.Windows.Forms.DockStyle.Left;

responsible for the location of the buttons. Try replacing Left with Top

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question