Hide HotBorder in C1TileControl

Posted by: fabio.lavitola on 5 January 2024, 11:08 pm EST

    • Post Options:
    • Link

    Posted 5 January 2024, 11:08 pm EST

    Hi,

    how can I change the size of the Tile border once mouse over?

    At the moment I can only “hide” the border setting the CellSpacing property to 4 anf setting HotBorderColor to BackColor.

    Obviously, changing CellSpacing will affect the whole tiles layout, so a boolean property sucha as “ShowTileBOrder” would be cool…

    Thanks

    Fabio

  • Posted 7 January 2024, 10:10 pm EST

    Hello Fabio,

    To hide the tile border when hovering over it, you can set the HotBorderColor as given below:

    c1TileControl1.HotBorderColor = Color.FromArgb(0, 255, 255, 255);

    If this does not help and you need any other help, please feel free to ask so that we can look deeply into this and raise the concern to the dev team.

    Regards,

    Prabhat Sharma.

  • Posted 7 January 2024, 10:53 pm EST

    Hi Prabhat, it works, evenf if a “ShowHotBorder” property would be the optimized way (transparent color uses a lotta resources with a lot of tiles).

    Thanks

  • Posted 8 January 2024, 8:56 pm EST

    Hello Fabio,

    We understand your concern. Please share the following details so that we can replicate the same issue at our end:

    1. The number of tiles with which you are facing the issue.
    2. Screenshot of resource usage at your end when setting tiles border to transparent.

    Regards,

    Prabhat Sharma.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels