Page 1 of 1

User Defined Breadcrumb Button Width

Posted: 2009-08-11, 07:58 UTC
by nunomco
Hello,

I'm used using breadcrumb on Vista, 7 and several other programs. Yet, TC, has its own breadcrumb implementation. Instead of buttons separating the path, the button is at the bottom of every path part. This path gets its width based on the path part width which is comfortable only with big names. Beneath drive letters it gets odd...

What I'm suggesting is to let the user, via setting, to control the minimum width of this button.

BreadcrumbButtonMinWidth=50

In the program itself I think it will add only some piece of code like:

breadCrumbButton.Width = Math.max(pathPartWidth, minButtonWidth);

Posted: 2009-08-11, 09:16 UTC
by Lefteous
Well having to press the button isn't comfortable at all. So please try checking automatic opening of the breadcrumb menu (Layout in Configuration).

Posted: 2009-08-11, 09:24 UTC
by nunomco
I had used like that with the following option:

BreadcrumbDelayButton = -100

Still I prefer a click activation.