Bug Report Q453331
Visible to All Users

cxListBox - Scrolling long items horizontally produces painting artifacts when the DoubleBuffered property is set to True and the ScrollWidth property is set to a value that enables a horizontal scrollbar

created 12 years ago

I have just upgraded from 11.2.6 to 12.2.2.
It appears that a TcxListbox with Scrollwidth set to non-zero (in this case 1014) does not repaint correctly when the user scrolls horizontally.

Attachment ListBoxBad.jpg shows how it looks after dragging the scroll bar all the way to the right, then returning it all the way back to the left.
It should look like attachment ListBoxGood.jpg
 This behaviour is independent of the lokk and feel settings.
This is the definition from the DFM:
      object lbObjects: TcxListBox
        Left = 41
        Top = 242
        Width = 347
        Height = 194
        ItemHeight = 16
        MultiSelect = True
        ParentFont = False
        ScrollWidth = 1014
        Style.StyleController = dmBase.MasterEditStyle
        TabOrder = 9
      end
Here is the definition of the style controller (although as I said above, changing the style does not seem to affect the problem).:
  object MasterEditStyle: TcxEditStyleController
    Style.BorderColor = clWindowFrame
    Style.BorderStyle = ebsFlat
    Style.Color = clWhite
    Style.Font.Charset = DEFAULT_CHARSET
    Style.Font.Color = clWindowText
    Style.Font.Height = -13
    Style.Font.Name = 'Tahoma'
    Style.Font.Style = []
    Style.LookAndFeel.Kind = lfUltraFlat
    Style.LookAndFeel.NativeStyle = False
    Style.TransparentBorder = False
    Style.IsFontAssigned = True
    StyleDisabled.LookAndFeel.Kind = lfUltraFlat
    StyleDisabled.LookAndFeel.NativeStyle = False
    StyleFocused.LookAndFeel.Kind = lfUltraFlat
    StyleFocused.LookAndFeel.NativeStyle = False
    StyleHot.LookAndFeel.Kind = lfUltraFlat
    StyleHot.LookAndFeel.NativeStyle = False
    Left = 144
    Top = 16
    PixelsPerInch = 120
  end

Show previous comments (3)

    Hi Mikhail.
    You are right, your example works fine. So I tried some experiments, and it turns out that the problem occurs when you set
    the DoubleBuffered property to true. Add this line to the FormCreate method to make the problem occur.
    cxListBox1.DoubleBuffered := true;

    DevExpress Support Team 12 years ago

      I'm afraid I still was not able to reproduce this behavior. Attached is my modified example that works as expected on my side. Would you please provide us with a video and modified my sample to demonstrate the issue?

        Hi Mikhail, I have added a zip file containing an AVI with a video capturing the symptoms.
        I also included a file which is a madExcdpt bug report. The stack trace in the bug report is not interesting, but
        the report captures information about my environment (for example DLLs used, hardware config etc) that
        might help you isolate the problem.
        I also included all of the relevant source files, and the compiled exe that shows the symptoms.
        If you need anything else, please don't hesitate to contact me.
        Thanks,
        John

        Answers approved by DevExpress Support

        created 12 years ago (modified 12 years ago)

        Hello John,
        Thank you for your message. You can see similar behavior with the standard TListBox component in Windows XP (please see the attached sample), so the problem is not related to our controls. We have fixed this behavior in Windows 7 only, because the problem in Windows XP is in the system itself.

          Comments (1)
          DevExpress Support Team 12 years ago

            I've modified my sample.

            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.