Is it possible to create Smart Client custom layout without installing them on the server, just as a client plugin?

Might this fit with what the Dynamic View plugin sample shows?

https://doc.developer.milestonesys.com/html/index.html?base=samples/dynamicview_sample.html&tree=tree_1.html

Hi Bo,

Thank you for your answer. What I need to achieve is to add custom layout to LayoutGroup as AddLayout example. But it installs on the server. Dynamic view is not an option, because it will be many custom layouts and it will be difficult to manage them.

Is from AddLayout example possible to add custom layout as Smart Client plugin not install on the Server?

Yes.

If you start a new plugin project using the MIPPlugin template you will have a ViewLayout class. The template project will result in a layout usable in the Smart Client where the plugin is loaded.

Thank you, Bo!