RibbonSeparator

Posted by: fabio-lavitolaobsydian-consulting on 27 September 2017, 9:11 pm EST

    • Post Options:
    • Link

    Posted 27 September 2017, 9:11 pm EST

    Hi,

    is it possibile to give the RibbonComboBox the capability to accept as item a ribbon separator?

    Something like

    [vb]C1RibbonCombobox1.items.add(new RibbonSeparator)[/vb]

    I think it should bo enough easy since that item has no particular data to handle.

    At the moment the only alternative to somthing similiar is the RibbonMenu, but it is different than the RibbonComboBox!

    Thanks

    Regards,

    Fabio La Vitola

  • Posted 27 September 2017, 9:11 pm EST

    Hi Fabio,

    Please give a valid use case, why you would need a ribbon separator in RibbonCombooBox?

    ~nilay

  • Posted 27 September 2017, 9:11 pm EST

    @nilayvishwkarma said: Hi Fabio,

    Please give a valid use case, why you would need a ribbon separator in RibbonCombooBox?

    ~nilay



    Hi Nilay,

    i could use this new feature into my ribboncombo when i have to read a huge amout of data from SQL Server and i need to filter data for a specific (i.e.) year, so then combo would show the following options:

    [vb]2015

    2016

    2017

    – (the separator)

    Every Year[/vb]

    I’ve tried with the provided menu feature, but even there i cannot find the separator (only a label).

    That’s only one of the usage i expect from your advanced ribboncombo!

    Thanks

    regards,

    Fabio

  • Posted 27 September 2017, 9:11 pm EST

    Hi Fabio,

    I am discussing this with the devs. I would update any updates here.

    (ID:251496- internal use only)

    ~nilay

  • Posted 10 October 2017, 1:03 am EST

    Hi Fabio,

    Use this code to add a separator:

    _ribbonComboBox1.Items.Add(new RibbonLabel("-------------------"));
    

    ~nilay

Need extra support?

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

Learn More

Forum Channels