User Defined Breadcrumb Button Width
Posted: 2009-08-11, 07:58 UTC
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);
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);