Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I select a row or column without the text field being visible?

column field row select text visible
0
Posted

How do I select a row or column without the text field being visible?

0

Normally this is required when a matrix is non editable. The text field is mapped as a result of the EditCell action being called which is the default behaviour of the widget. You need to replace the default action with the SelectCell action (see “How can I edit a cell in a fixed column or fixed row”) which does not map the text field. By adding an XmNselectCellCallback you can select a row/column/cell without editing the cell that was clicked. Setting XmNtraversalOn to False will also help, depending on your application.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123