checkbox with combobox

checkbox with combobox

bndlyosi
Explorer Explorer
728 Views
3 Replies
Message 1 of 4

checkbox with combobox

bndlyosi
Explorer
Explorer

I'm looking for the user to go into a drop down list like combobox
And there will be an option to mark what he wants
Is it possible to do such a thing?

0 Likes
Accepted solutions (1)
729 Views
3 Replies
Replies (3)
Message 2 of 4

jeremy_tammik
Alumni
Alumni
Accepted solution

Yes, of course, and it has nothing to do with the Revit API.

  

Search the Internet, e.g., for drop down checkbox .net:

  

https://duckduckgo.com/?q=drop+down+checkbox+.net

  

 

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
Message 3 of 4

bndlyosi
Explorer
Explorer

 I can not put it in revit
I see there is that in revit
The question is how do I do the same thing to myself
Screenshot 2022-03-06 121721.png

0 Likes
Message 4 of 4

jeremy_tammik
Alumni
Alumni

As said, it is possible in theory, as you can see.

 

Unfortunately, the Revit API provides no built-in support for it.

 

So, you can either build your own UI and hook it up with the desired Revit functionality yourself, which might be tricky, or implement an alternative solution that is supported by the Revit UI API.

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes