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
495
WinGrid
posted

Hi

I have a windows application (VB.Net) which was developed in Infragistics 2003 Vol 2 (.Net Framework 1.1). In this application we are using Infragistics Hierarchial WinGrid. We got a situation where i have to Increase size of "+" sign for Expansion "-" sign for collapse in the hierarchial grid.

Could you please let me know a way to customize default size and go with bigger "+", "-"  Signs for better visibility.

Thanks,
Vinay

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Vinay,

    How big does it have to be?

    You can use a CreationFitler to make the UIElement bigger, but that won't shift the rows over and give you more room. So there's a limit to how big you can reasonably make the element before it runs into the row. You might be able to deal with this by using the Indentation property on the band, but then you will still be limited by the row height.

Children