XL.FormControl.GetDx
--------------------

Returns the width of the scroll bar in pixels.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [XL](component_XL.md) | [13.1](newinversion131.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "XL.FormControl.GetDx"; BookRef; SheetIndex; FormControlIndexOrName ) 

**MBS**( **"XL.FormControl.GetDx";** /\* Returns the width of the scroll bar in pixels. \*/  
**$BookRef**; /\* The reference number for the workbook.e.g. $ref \*/   
**$SheetIndex**; /\* The index of the sheet. This number ranges from 0 to [XL.Book.SheetCount](XLBookSheetCount.md)-1.e.g. 0 \*/   
**$FormControlIndexOrName**) /\* The index or name of the from control.  
Index ranges from 0 to [XL.Sheet.FormControlCount](XLSheetFormControlCount.md) - 1.e.g. $formControlIndex \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| BookRef | The reference number for the workbook. | $ref |
| SheetIndex | The index of the sheet. This number ranges from 0 to [XL.Book.SheetCount](XLBookSheetCount.md)-1. | 0 |
| FormControlIndexOrName | The index or name of the from control.   Index ranges from 0 to [XL.Sheet.FormControlCount](XLSheetFormControlCount.md) - 1. | $formControlIndex |

### Result

Returns number or error.

### Description

Returns the width of the scroll bar in pixels.  
### See also

- [XL.FormControl.GetInc](XLFormControlGetInc.md)
- [XL.FormControl.GetMax](XLFormControlGetMax.md)
- [XL.FormControl.GetMin](XLFormControlGetMin.md)
- [XL.FormControl.GetSet](XLFormControlGetSet.md)
- [XL.FormControl.Print](XLFormControlPrint.md)
- [XL.FormControl.SetDx](XLFormControlSetDx.md)
- [XL.FormControl.SetInc](XLFormControlSetInc.md)
- [XL.FormControl.SetMin](XLFormControlSetMin.md)
- [XL.FormControl.SetSel](XLFormControlSetSel.md)
- [XL.Sheet.FormControlCount](XLSheetFormControlCount.md)

### Blog Entries

- [New in MBS FileMaker Plugin 13.1](https://www.mbsplugins.de/archive/2023-03-15/New_in_MBS_FileMaker_Plugin_13/monkeybreadsoftware_blog_filemaker)

Created 3th February 2023 , last changed 3th February 2023

  
[XL.FormControl.GetDropLines](XLFormControlGetDropLines.md) - [XL.FormControl.GetFirstButton](XLFormControlGetFirstButton.md)

[HTML Version](XLFormControlGetDx.shtml)