Click to See Complete Forum and Search --> : Property Sheet


Visual K
April 27th, 1999, 06:45 AM
Hello there. I have a question on Property Pages. I have created a few property pages but however I am having a problem with the width of the tab labels on top. I would like to make the width smaller, since labels are in the range of 5-8 letters but I am not certain if there is a memeber property that will do this and how I can do it for all the pages. I would appreciate any help on the above issue if possible. Thanks once again.

tdg
June 8th, 1999, 07:20 PM
MFC hard codes the minimum width. Get a pointer to your CTabCtrl and reset it with

pTab->SendMessage(TCM_SETMINTABWIDTH,0,nMinWidth);