Hello:
I have a few questions but here is the setup:
I have a UltraToolbarMananger with 10 toolbars. The toolbars that load depend on rights and what modules the customer has (I am controlling through database with true/false). The toolbars load based on how the customer has set them up. The issues I am running into are:
1) How can I force the toolbars to always show everything they have? What is happening is the toolbars load and shorten themselves up. I want it so that if the toolbar does not fit it automatically goes to the next row.
2) When I first setup the toolbar I had it using app styling. I turned that off..and turned it back on but now it won't take the styles. It just displays as 'standard'.
Thanks.
Hi,
I have created a support ticket for you with the following number: CAS-50030-FXX8H7.
Regards,
Stefaniya
Well, I don't want to have each single toolbar fill an entire row. There are 12 toolbars in the collection, each on showing a diff. cost/sell for a particular type of category in the app. The user can pick and choose which they want to see. I wanted to prevent them from squishing the toolbar.
As my colleague mentioned, if you want you can open a feature request for this or I can do it for you.
I can suggest you for each toolbar in the toolbarsManager to set toolbar.Settings.FillEntireRow to True, which will cause each toolbar to be on a separate line. Then if there will be hidden tools will depend on the size of the container.
Let me know your decision about the feature request.
Not really...though I suppose I will submit a feature request? Do the toolbars have a property that tell me if it is fully extended or not?
To be clear, my question I want to enforce that the toolbars are always maximized. If they are not, then I want them to go to the next toolbar row. I think that I can code this, just need that above mentioned property then I can handle the rest...
Hello,
Has your question been answered?