Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
580
Modify style of ‘group by column header’ - UltraWinGrid
posted

Hi,

I am trying to modify appearance of ‘group by column header within UltraWinGrid v12.2.  I am suing AppStylist but I am having difficulties to find right part of the grid that should be changed 

Parents
  • 53790
    Verified Answer
    posted

    Hello witepo,

    If I understand well your scenario, you are using AppStyle into your application. If so, to modify the group box area you could use one of these options:

    Option 1: You could open your AppStyle and modify it. You could set BackColor or Background Image or Resourses. I made short video tutorial for you. Please take a look at attachments

    Option 2: By default AppStyle has priority over Appearance properties, so you could set UseAppStyling property to False and apply your custom settings through properties in ultraGrid1.DisplayLayout.GroupByBox.Appearance

    Option 3: You could use DrawFilter to set desired appearance or you could modify your AppStyle and set ResolutionOrder

    Let me know if you have any questions.

    Regards

     

    Video754.part001.rar
Reply Children