Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Split button with other items

rade_tomovic
Advocate

Split button with other items

rade_tomovic
Advocate
Advocate

Hi,

 

is there a way to create split button, but instead of button items (except for the first) to have different controls, like checkBox, textBox etc. I have found only tutorials regarding "pure" implementation - split buttons, check lists etc.

0 Likes
Reply
387 Views
1 Reply
Reply (1)

Rene_Gerlach
Advocate
Advocate

Hi wabafet,

 

take a look at Navisworks Manage [version]\en-US\Ribbon.xaml

 

There you can find:

local:NWRibbonSplitButton

local:NWRibbonLabel

local:NWRibbonStaticLabel

local:NWRibbonFloatTextBox

local:NWRibbonFloatSpinner

local:NWRibbonCheckCombo

RibbonPanelSource.DialogLauncher

 

and so on...

 

Cheers René