Ticket Q324238
Visible to All Users

How to shrink the width of timeruler

created 14 years ago

Please, how to shrink the width of the timeruler in ASPxScheduler? Is there any option? Thanks in advance for your answer.

Comments (2)
Alessandro (DevExpress Support) 14 years ago

    Hello Guido,
    You just need to alter default ASPxScheduler styles for this purpose:

    CSS
    .dxscTimeRulerHoursItem_mystyle { border-right-width: 0; border-left-color: #9f9f9f; font: 13pt Tahoma; text-align: right; width: 100px; padding: 2px 4px 0px; } .dxscTimeRulerMinuteItem_mystyle { border-left-width: 0px; text-align: center; width: 50px; font: 8pt Tahoma; padding: 4px 1px 4px 1px; }

    Attached is a small sample, illustrating how this works. Hopefully, you will find this information helpful.
    See Also:
    DevExpress AutoFormats Overview help section, for more information on this topic.
    Thanks,
    Alessandro.

      Thanks very much.

      Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

      Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.