Status | ID | Priority | Type |
Closed | 29869 | Major | Question |
Profile | Reply |
gabossoloClient | How to remove or disable CloseButton on a Dock Panel? |
User | Description | Posted On |
MariyaVoytovichAgent | Hello gabossolo! Unfortunately, We do not quite understand your issue. Regards, | |
gabossoloClient | Please refer to this page: https://documentation.galaktika-soft.com/xafari/doc_dock_panels_design_time_features How to remove ShowCloseButton on Win-platform? Thanks! | |
MariyaVoytovichAgent | Hello! At the moment for the Win-platform are not implemented settings that remove the CloseButton. For this you need:
Then, extend the IModelMyDockPanel node in your Module or Controller. Override the ModuleBase.ExtendModelInterfaces method or implement the IModelExtender interface, respectively. 2. Inherit from the XafariDockingWinWindowController controller: Let us know if you need further assistance. Regards, | |
gabossoloClient | Thank you! |