|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
TabControl questionI want to make my tab control look similar to the one's in the VS .net 2003,
i.e.: To have the tabs shrink when you drag the splitter for that control and make the tabs smaller. Specifically, the text on the tab titles reduces from 'Solution Explorer' to 'S...' My tab titles are a little long, so being able to shrink them to their icons, when required, is pretty handy Is this just a property setting or something a little more tricky? Thanks in advance. AFAIK, it's not a property setting. I assume you are working in VS 2003.
You're going to have to write some code for that ! :-( Regards, Cerebrus. Show quoteHide quote "JJ" <a**@xyz.com> wrote in message news:eEHspOVMGHA.3960@TK2MSFTNGP09.phx.gbl... > I want to make my tab control look similar to the one's in the VS .net 2003, > i.e.: > To have the tabs shrink when you drag the splitter for that control and make > the tabs smaller. Specifically, the text on the tab titles reduces from > 'Solution Explorer' to 'S...' > > My tab titles are a little long, so being able to shrink them to their > icons, when required, is pretty handy > > Is this just a property setting or something a little more tricky? > > Thanks in advance. > > Ok - will see what I can do.
Thanks for replying Cerebus Show quoteHide quote "Cerebrus99" <zorg***@sify.com> wrote in message news:OR6YWZYMGHA.2276@TK2MSFTNGP15.phx.gbl... > AFAIK, it's not a property setting. I assume you are working in VS 2003. > You're going to have to write some code for that ! :-( > > Regards, > > Cerebrus. > > "JJ" <a**@xyz.com> wrote in message > news:eEHspOVMGHA.3960@TK2MSFTNGP09.phx.gbl... >> I want to make my tab control look similar to the one's in the VS .net > 2003, >> i.e.: >> To have the tabs shrink when you drag the splitter for that control and > make >> the tabs smaller. Specifically, the text on the tab titles reduces from >> 'Solution Explorer' to 'S...' >> >> My tab titles are a little long, so being able to shrink them to their >> icons, when required, is pretty handy >> >> Is this just a property setting or something a little more tricky? >> >> Thanks in advance. >> >> > > |
|||||||||||||||||||||||