Terminal.Gui.ScrollView.yml 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.ScrollView
  4. id: ScrollView
  5. children:
  6. - Terminal.Gui.ScrollView.#ctor(Terminal.Gui.Rect)
  7. - Terminal.Gui.ScrollView.Add(Terminal.Gui.View)
  8. - Terminal.Gui.ScrollView.ContentOffset
  9. - Terminal.Gui.ScrollView.ContentSize
  10. - Terminal.Gui.ScrollView.PositionCursor
  11. - Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent)
  12. - Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
  13. - Terminal.Gui.ScrollView.ScrollDown(System.Int32)
  14. - Terminal.Gui.ScrollView.Scrolled
  15. - Terminal.Gui.ScrollView.ScrollLeft(System.Int32)
  16. - Terminal.Gui.ScrollView.ScrollRight(System.Int32)
  17. - Terminal.Gui.ScrollView.ScrollUp(System.Int32)
  18. - Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
  19. - Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
  20. langs:
  21. - csharp
  22. name: ScrollView
  23. nameWithType: ScrollView
  24. fullName: Terminal.Gui.ScrollView
  25. type: Class
  26. assemblies:
  27. - Terminal.Gui
  28. namespace: Terminal.Gui
  29. summary: Scrollviews are views that present a window into a virtual space where children views are added. Similar to the iOS UIScrollView.
  30. remarks: "<p>\n The subviews that are added to this scrollview are offset by the\n ContentOffset property. The view itself is a window into the \n space represented by the ContentSize.\n </p>\n <p></p>"
  31. syntax:
  32. content: 'public class ScrollView : Terminal.Gui.View'
  33. inheritance:
  34. - System.Object
  35. - Terminal.Gui.Responder
  36. - Terminal.Gui.View
  37. implements: []
  38. inheritedMembers:
  39. - Terminal.Gui.Responder.CanFocus
  40. - Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
  41. - Terminal.Gui.View.Add(Terminal.Gui.View[])
  42. - Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  43. - Terminal.Gui.View.Bounds
  44. - Terminal.Gui.View.ChildNeedsDisplay
  45. - Terminal.Gui.View.Clear
  46. - Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  47. - Terminal.Gui.View.ClearNeedsDisplay
  48. - Terminal.Gui.View.ClipToBounds
  49. - Terminal.Gui.View.ColorScheme
  50. - Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  51. - Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  52. - Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  53. - Terminal.Gui.View.Driver
  54. - Terminal.Gui.View.EnsureFocus
  55. - Terminal.Gui.View.Focused
  56. - Terminal.Gui.View.FocusFirst
  57. - Terminal.Gui.View.FocusLast
  58. - Terminal.Gui.View.FocusNext
  59. - Terminal.Gui.View.FocusPrev
  60. - Terminal.Gui.View.Frame
  61. - Terminal.Gui.View.GetEnumerator
  62. - Terminal.Gui.View.HasFocus
  63. - Terminal.Gui.View.Height
  64. - Terminal.Gui.View.Id
  65. - Terminal.Gui.View.LayoutStyle
  66. - Terminal.Gui.View.LayoutSubviews
  67. - Terminal.Gui.View.MostFocused
  68. - Terminal.Gui.View.Move(System.Int32,System.Int32)
  69. - Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  70. - Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  71. - Terminal.Gui.View.Remove(Terminal.Gui.View)
  72. - Terminal.Gui.View.RemoveAll
  73. - Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  74. - Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  75. - Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  76. - Terminal.Gui.View.SetNeedsDisplay
  77. - Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  78. - Terminal.Gui.View.Subviews
  79. - Terminal.Gui.View.SuperView
  80. - Terminal.Gui.View.ToString
  81. - Terminal.Gui.View.WantMousePositionReports
  82. - Terminal.Gui.View.Width
  83. - Terminal.Gui.View.X
  84. - Terminal.Gui.View.Y
  85. - uid: Terminal.Gui.ScrollView.#ctor(Terminal.Gui.Rect)
  86. id: '#ctor(Terminal.Gui.Rect)'
  87. parent: Terminal.Gui.ScrollView
  88. langs:
  89. - csharp
  90. name: ScrollView(Rect)
  91. nameWithType: ScrollView.ScrollView(Rect)
  92. fullName: ScrollView.ScrollView(Rect)
  93. type: Constructor
  94. assemblies:
  95. - Terminal.Gui
  96. namespace: Terminal.Gui
  97. syntax:
  98. content: public ScrollView (Terminal.Gui.Rect frame);
  99. parameters:
  100. - id: frame
  101. type: Terminal.Gui.Rect
  102. description: To be added.
  103. overload: Terminal.Gui.ScrollView.#ctor*
  104. exceptions: []
  105. - uid: Terminal.Gui.ScrollView.Add(Terminal.Gui.View)
  106. id: Add(Terminal.Gui.View)
  107. parent: Terminal.Gui.ScrollView
  108. langs:
  109. - csharp
  110. name: Add(View)
  111. nameWithType: ScrollView.Add(View)
  112. fullName: ScrollView.Add(View)
  113. type: Method
  114. assemblies:
  115. - Terminal.Gui
  116. namespace: Terminal.Gui
  117. summary: Adds the view to the scrollview.
  118. syntax:
  119. content: public override void Add (Terminal.Gui.View view);
  120. parameters:
  121. - id: view
  122. type: Terminal.Gui.View
  123. description: The view to add to the scrollview.
  124. overload: Terminal.Gui.ScrollView.Add*
  125. exceptions: []
  126. - uid: Terminal.Gui.ScrollView.ContentOffset
  127. id: ContentOffset
  128. parent: Terminal.Gui.ScrollView
  129. langs:
  130. - csharp
  131. name: ContentOffset
  132. nameWithType: ScrollView.ContentOffset
  133. fullName: ScrollView.ContentOffset
  134. type: Property
  135. assemblies:
  136. - Terminal.Gui
  137. namespace: Terminal.Gui
  138. summary: Represents the top left corner coordinate that is displayed by the scrollview
  139. syntax:
  140. content: public Terminal.Gui.Point ContentOffset { get; set; }
  141. return:
  142. type: Terminal.Gui.Point
  143. description: The content offset.
  144. overload: Terminal.Gui.ScrollView.ContentOffset*
  145. exceptions: []
  146. - uid: Terminal.Gui.ScrollView.ContentSize
  147. id: ContentSize
  148. parent: Terminal.Gui.ScrollView
  149. langs:
  150. - csharp
  151. name: ContentSize
  152. nameWithType: ScrollView.ContentSize
  153. fullName: ScrollView.ContentSize
  154. type: Property
  155. assemblies:
  156. - Terminal.Gui
  157. namespace: Terminal.Gui
  158. summary: Represents the contents of the data shown inside the scrolview
  159. syntax:
  160. content: public Terminal.Gui.Size ContentSize { get; set; }
  161. return:
  162. type: Terminal.Gui.Size
  163. description: The size of the content.
  164. overload: Terminal.Gui.ScrollView.ContentSize*
  165. exceptions: []
  166. - uid: Terminal.Gui.ScrollView.PositionCursor
  167. id: PositionCursor
  168. parent: Terminal.Gui.ScrollView
  169. langs:
  170. - csharp
  171. name: PositionCursor()
  172. nameWithType: ScrollView.PositionCursor()
  173. fullName: ScrollView.PositionCursor()
  174. type: Method
  175. assemblies:
  176. - Terminal.Gui
  177. namespace: Terminal.Gui
  178. syntax:
  179. content: public override void PositionCursor ();
  180. parameters: []
  181. overload: Terminal.Gui.ScrollView.PositionCursor*
  182. exceptions: []
  183. - uid: Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent)
  184. id: ProcessKey(Terminal.Gui.KeyEvent)
  185. parent: Terminal.Gui.ScrollView
  186. langs:
  187. - csharp
  188. name: ProcessKey(KeyEvent)
  189. nameWithType: ScrollView.ProcessKey(KeyEvent)
  190. fullName: ScrollView.ProcessKey(KeyEvent)
  191. type: Method
  192. assemblies:
  193. - Terminal.Gui
  194. namespace: Terminal.Gui
  195. syntax:
  196. content: public override bool ProcessKey (Terminal.Gui.KeyEvent kb);
  197. parameters:
  198. - id: kb
  199. type: Terminal.Gui.KeyEvent
  200. description: To be added.
  201. return:
  202. type: System.Boolean
  203. description: To be added.
  204. overload: Terminal.Gui.ScrollView.ProcessKey*
  205. exceptions: []
  206. - uid: Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
  207. id: Redraw(Terminal.Gui.Rect)
  208. parent: Terminal.Gui.ScrollView
  209. langs:
  210. - csharp
  211. name: Redraw(Rect)
  212. nameWithType: ScrollView.Redraw(Rect)
  213. fullName: ScrollView.Redraw(Rect)
  214. type: Method
  215. assemblies:
  216. - Terminal.Gui
  217. namespace: Terminal.Gui
  218. syntax:
  219. content: public override void Redraw (Terminal.Gui.Rect region);
  220. parameters:
  221. - id: region
  222. type: Terminal.Gui.Rect
  223. description: To be added.
  224. overload: Terminal.Gui.ScrollView.Redraw*
  225. exceptions: []
  226. - uid: Terminal.Gui.ScrollView.ScrollDown(System.Int32)
  227. id: ScrollDown(System.Int32)
  228. parent: Terminal.Gui.ScrollView
  229. langs:
  230. - csharp
  231. name: ScrollDown(Int32)
  232. nameWithType: ScrollView.ScrollDown(Int32)
  233. fullName: ScrollView.ScrollDown(Int32)
  234. type: Method
  235. assemblies:
  236. - Terminal.Gui
  237. namespace: Terminal.Gui
  238. summary: Scrolls the view down.
  239. syntax:
  240. content: public bool ScrollDown (int lines);
  241. parameters:
  242. - id: lines
  243. type: System.Int32
  244. description: Number of lines to scroll.
  245. return:
  246. type: System.Boolean
  247. description: <code>true</code>, if left was scrolled, <code>false</code> otherwise.
  248. overload: Terminal.Gui.ScrollView.ScrollDown*
  249. exceptions: []
  250. - uid: Terminal.Gui.ScrollView.Scrolled
  251. id: Scrolled
  252. parent: Terminal.Gui.ScrollView
  253. langs:
  254. - csharp
  255. name: Scrolled
  256. nameWithType: ScrollView.Scrolled
  257. fullName: ScrollView.Scrolled
  258. type: Event
  259. assemblies:
  260. - Terminal.Gui
  261. namespace: Terminal.Gui
  262. summary: This event is raised when the contents have scrolled
  263. syntax:
  264. content: public event Action<Terminal.Gui.ScrollView> Scrolled;
  265. return:
  266. type: System.Action{Terminal.Gui.ScrollView}
  267. description: To be added.
  268. exceptions: []
  269. - uid: Terminal.Gui.ScrollView.ScrollLeft(System.Int32)
  270. id: ScrollLeft(System.Int32)
  271. parent: Terminal.Gui.ScrollView
  272. langs:
  273. - csharp
  274. name: ScrollLeft(Int32)
  275. nameWithType: ScrollView.ScrollLeft(Int32)
  276. fullName: ScrollView.ScrollLeft(Int32)
  277. type: Method
  278. assemblies:
  279. - Terminal.Gui
  280. namespace: Terminal.Gui
  281. summary: Scrolls the view to the left
  282. syntax:
  283. content: public bool ScrollLeft (int cols);
  284. parameters:
  285. - id: cols
  286. type: System.Int32
  287. description: Number of columns to scroll by.
  288. return:
  289. type: System.Boolean
  290. description: <code>true</code>, if left was scrolled, <code>false</code> otherwise.
  291. overload: Terminal.Gui.ScrollView.ScrollLeft*
  292. exceptions: []
  293. - uid: Terminal.Gui.ScrollView.ScrollRight(System.Int32)
  294. id: ScrollRight(System.Int32)
  295. parent: Terminal.Gui.ScrollView
  296. langs:
  297. - csharp
  298. name: ScrollRight(Int32)
  299. nameWithType: ScrollView.ScrollRight(Int32)
  300. fullName: ScrollView.ScrollRight(Int32)
  301. type: Method
  302. assemblies:
  303. - Terminal.Gui
  304. namespace: Terminal.Gui
  305. summary: Scrolls the view to the right.
  306. syntax:
  307. content: public bool ScrollRight (int cols);
  308. parameters:
  309. - id: cols
  310. type: System.Int32
  311. description: Number of columns to scroll by.
  312. return:
  313. type: System.Boolean
  314. description: <code>true</code>, if right was scrolled, <code>false</code> otherwise.
  315. overload: Terminal.Gui.ScrollView.ScrollRight*
  316. exceptions: []
  317. - uid: Terminal.Gui.ScrollView.ScrollUp(System.Int32)
  318. id: ScrollUp(System.Int32)
  319. parent: Terminal.Gui.ScrollView
  320. langs:
  321. - csharp
  322. name: ScrollUp(Int32)
  323. nameWithType: ScrollView.ScrollUp(Int32)
  324. fullName: ScrollView.ScrollUp(Int32)
  325. type: Method
  326. assemblies:
  327. - Terminal.Gui
  328. namespace: Terminal.Gui
  329. summary: Scrolls the view up.
  330. syntax:
  331. content: public bool ScrollUp (int lines);
  332. parameters:
  333. - id: lines
  334. type: System.Int32
  335. description: Number of lines to scroll.
  336. return:
  337. type: System.Boolean
  338. description: <code>true</code>, if left was scrolled, <code>false</code> otherwise.
  339. overload: Terminal.Gui.ScrollView.ScrollUp*
  340. exceptions: []
  341. - uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
  342. id: ShowHorizontalScrollIndicator
  343. parent: Terminal.Gui.ScrollView
  344. langs:
  345. - csharp
  346. name: ShowHorizontalScrollIndicator
  347. nameWithType: ScrollView.ShowHorizontalScrollIndicator
  348. fullName: ScrollView.ShowHorizontalScrollIndicator
  349. type: Property
  350. assemblies:
  351. - Terminal.Gui
  352. namespace: Terminal.Gui
  353. summary: Gets or sets the visibility for the horizontal scroll indicator.
  354. syntax:
  355. content: public bool ShowHorizontalScrollIndicator { get; set; }
  356. return:
  357. type: System.Boolean
  358. description: <code>true</code> if show vertical scroll indicator; otherwise, <code>false</code>.
  359. overload: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator*
  360. exceptions: []
  361. - uid: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
  362. id: ShowVerticalScrollIndicator
  363. parent: Terminal.Gui.ScrollView
  364. langs:
  365. - csharp
  366. name: ShowVerticalScrollIndicator
  367. nameWithType: ScrollView.ShowVerticalScrollIndicator
  368. fullName: ScrollView.ShowVerticalScrollIndicator
  369. type: Property
  370. assemblies:
  371. - Terminal.Gui
  372. namespace: Terminal.Gui
  373. summary: /// Gets or sets the visibility for the vertical scroll indicator.
  374. syntax:
  375. content: public bool ShowVerticalScrollIndicator { get; set; }
  376. return:
  377. type: System.Boolean
  378. description: <code>true</code> if show vertical scroll indicator; otherwise, <code>false</code>.
  379. overload: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator*
  380. exceptions: []
  381. references:
  382. - uid: Terminal.Gui.View
  383. parent: Terminal.Gui
  384. isExternal: false
  385. name: View
  386. nameWithType: View
  387. fullName: Terminal.Gui.View
  388. - uid: Terminal.Gui.ScrollView.#ctor(Terminal.Gui.Rect)
  389. parent: Terminal.Gui.ScrollView
  390. isExternal: false
  391. name: ScrollView(Rect)
  392. nameWithType: ScrollView.ScrollView(Rect)
  393. fullName: ScrollView.ScrollView(Rect)
  394. - uid: Terminal.Gui.Rect
  395. parent: Terminal.Gui
  396. isExternal: false
  397. name: Rect
  398. nameWithType: Rect
  399. fullName: Terminal.Gui.Rect
  400. - uid: Terminal.Gui.ScrollView.Add(Terminal.Gui.View)
  401. parent: Terminal.Gui.ScrollView
  402. isExternal: false
  403. name: Add(View)
  404. nameWithType: ScrollView.Add(View)
  405. fullName: ScrollView.Add(View)
  406. - uid: Terminal.Gui.ScrollView.ContentOffset
  407. parent: Terminal.Gui.ScrollView
  408. isExternal: false
  409. name: ContentOffset
  410. nameWithType: ScrollView.ContentOffset
  411. fullName: ScrollView.ContentOffset
  412. - uid: Terminal.Gui.Point
  413. parent: Terminal.Gui
  414. isExternal: false
  415. name: Point
  416. nameWithType: Point
  417. fullName: Terminal.Gui.Point
  418. - uid: Terminal.Gui.ScrollView.ContentSize
  419. parent: Terminal.Gui.ScrollView
  420. isExternal: false
  421. name: ContentSize
  422. nameWithType: ScrollView.ContentSize
  423. fullName: ScrollView.ContentSize
  424. - uid: Terminal.Gui.Size
  425. parent: Terminal.Gui
  426. isExternal: false
  427. name: Size
  428. nameWithType: Size
  429. fullName: Terminal.Gui.Size
  430. - uid: Terminal.Gui.ScrollView.PositionCursor
  431. parent: Terminal.Gui.ScrollView
  432. isExternal: false
  433. name: PositionCursor()
  434. nameWithType: ScrollView.PositionCursor()
  435. fullName: ScrollView.PositionCursor()
  436. - uid: Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent)
  437. parent: Terminal.Gui.ScrollView
  438. isExternal: false
  439. name: ProcessKey(KeyEvent)
  440. nameWithType: ScrollView.ProcessKey(KeyEvent)
  441. fullName: ScrollView.ProcessKey(KeyEvent)
  442. - uid: System.Boolean
  443. parent: System
  444. isExternal: true
  445. name: Boolean
  446. nameWithType: Boolean
  447. fullName: System.Boolean
  448. - uid: Terminal.Gui.KeyEvent
  449. parent: Terminal.Gui
  450. isExternal: false
  451. name: KeyEvent
  452. nameWithType: KeyEvent
  453. fullName: Terminal.Gui.KeyEvent
  454. - uid: Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
  455. parent: Terminal.Gui.ScrollView
  456. isExternal: false
  457. name: Redraw(Rect)
  458. nameWithType: ScrollView.Redraw(Rect)
  459. fullName: ScrollView.Redraw(Rect)
  460. - uid: Terminal.Gui.ScrollView.ScrollDown(System.Int32)
  461. parent: Terminal.Gui.ScrollView
  462. isExternal: false
  463. name: ScrollDown(Int32)
  464. nameWithType: ScrollView.ScrollDown(Int32)
  465. fullName: ScrollView.ScrollDown(Int32)
  466. - uid: System.Int32
  467. parent: System
  468. isExternal: true
  469. name: Int32
  470. nameWithType: Int32
  471. fullName: System.Int32
  472. - uid: Terminal.Gui.ScrollView.Scrolled
  473. parent: Terminal.Gui.ScrollView
  474. isExternal: false
  475. name: Scrolled
  476. nameWithType: ScrollView.Scrolled
  477. fullName: ScrollView.Scrolled
  478. - uid: System.Action`1
  479. name: Action
  480. nameWithType: Action
  481. fullName: System.Action
  482. - uid: Terminal.Gui.ScrollView
  483. name: ScrollView
  484. nameWithType: ScrollView
  485. fullName: Terminal.Gui.ScrollView
  486. - uid: System.Action{Terminal.Gui.ScrollView}
  487. parent: System
  488. isExternal: true
  489. name: Action<ScrollView>
  490. nameWithType: Action<ScrollView>
  491. fullName: System.Action<Terminal.Gui.ScrollView>
  492. spec.csharp:
  493. - uid: System.Action`1
  494. name: Action
  495. nameWithType: Action
  496. fullName: System.Action
  497. - name: <
  498. nameWithType: <
  499. fullName: <
  500. - uid: Terminal.Gui.ScrollView
  501. name: ScrollView
  502. nameWithType: ScrollView
  503. fullName: Terminal.Gui.ScrollView
  504. - name: '>'
  505. nameWithType: '>'
  506. fullName: '>'
  507. - uid: Terminal.Gui.ScrollView.ScrollLeft(System.Int32)
  508. parent: Terminal.Gui.ScrollView
  509. isExternal: false
  510. name: ScrollLeft(Int32)
  511. nameWithType: ScrollView.ScrollLeft(Int32)
  512. fullName: ScrollView.ScrollLeft(Int32)
  513. - uid: Terminal.Gui.ScrollView.ScrollRight(System.Int32)
  514. parent: Terminal.Gui.ScrollView
  515. isExternal: false
  516. name: ScrollRight(Int32)
  517. nameWithType: ScrollView.ScrollRight(Int32)
  518. fullName: ScrollView.ScrollRight(Int32)
  519. - uid: Terminal.Gui.ScrollView.ScrollUp(System.Int32)
  520. parent: Terminal.Gui.ScrollView
  521. isExternal: false
  522. name: ScrollUp(Int32)
  523. nameWithType: ScrollView.ScrollUp(Int32)
  524. fullName: ScrollView.ScrollUp(Int32)
  525. - uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
  526. parent: Terminal.Gui.ScrollView
  527. isExternal: false
  528. name: ShowHorizontalScrollIndicator
  529. nameWithType: ScrollView.ShowHorizontalScrollIndicator
  530. fullName: ScrollView.ShowHorizontalScrollIndicator
  531. - uid: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator
  532. parent: Terminal.Gui.ScrollView
  533. isExternal: false
  534. name: ShowVerticalScrollIndicator
  535. nameWithType: ScrollView.ShowVerticalScrollIndicator
  536. fullName: ScrollView.ShowVerticalScrollIndicator
  537. - uid: Terminal.Gui.ScrollView.#ctor*
  538. parent: Terminal.Gui.ScrollView
  539. isExternal: false
  540. name: ScrollView
  541. nameWithType: ScrollView.ScrollView
  542. fullName: ScrollView.ScrollView
  543. - uid: Terminal.Gui.ScrollView.Add*
  544. parent: Terminal.Gui.ScrollView
  545. isExternal: false
  546. name: Add
  547. nameWithType: ScrollView.Add
  548. fullName: ScrollView.Add
  549. - uid: Terminal.Gui.ScrollView.ContentOffset*
  550. parent: Terminal.Gui.ScrollView
  551. isExternal: false
  552. name: ContentOffset
  553. nameWithType: ScrollView.ContentOffset
  554. fullName: ScrollView.ContentOffset
  555. - uid: Terminal.Gui.ScrollView.ContentSize*
  556. parent: Terminal.Gui.ScrollView
  557. isExternal: false
  558. name: ContentSize
  559. nameWithType: ScrollView.ContentSize
  560. fullName: ScrollView.ContentSize
  561. - uid: Terminal.Gui.ScrollView.PositionCursor*
  562. parent: Terminal.Gui.ScrollView
  563. isExternal: false
  564. name: PositionCursor
  565. nameWithType: ScrollView.PositionCursor
  566. fullName: ScrollView.PositionCursor
  567. - uid: Terminal.Gui.ScrollView.ProcessKey*
  568. parent: Terminal.Gui.ScrollView
  569. isExternal: false
  570. name: ProcessKey
  571. nameWithType: ScrollView.ProcessKey
  572. fullName: ScrollView.ProcessKey
  573. - uid: Terminal.Gui.ScrollView.Redraw*
  574. parent: Terminal.Gui.ScrollView
  575. isExternal: false
  576. name: Redraw
  577. nameWithType: ScrollView.Redraw
  578. fullName: ScrollView.Redraw
  579. - uid: Terminal.Gui.ScrollView.ScrollDown*
  580. parent: Terminal.Gui.ScrollView
  581. isExternal: false
  582. name: ScrollDown
  583. nameWithType: ScrollView.ScrollDown
  584. fullName: ScrollView.ScrollDown
  585. - uid: Terminal.Gui.ScrollView.ScrollLeft*
  586. parent: Terminal.Gui.ScrollView
  587. isExternal: false
  588. name: ScrollLeft
  589. nameWithType: ScrollView.ScrollLeft
  590. fullName: ScrollView.ScrollLeft
  591. - uid: Terminal.Gui.ScrollView.ScrollRight*
  592. parent: Terminal.Gui.ScrollView
  593. isExternal: false
  594. name: ScrollRight
  595. nameWithType: ScrollView.ScrollRight
  596. fullName: ScrollView.ScrollRight
  597. - uid: Terminal.Gui.ScrollView.ScrollUp*
  598. parent: Terminal.Gui.ScrollView
  599. isExternal: false
  600. name: ScrollUp
  601. nameWithType: ScrollView.ScrollUp
  602. fullName: ScrollView.ScrollUp
  603. - uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator*
  604. parent: Terminal.Gui.ScrollView
  605. isExternal: false
  606. name: ShowHorizontalScrollIndicator
  607. nameWithType: ScrollView.ShowHorizontalScrollIndicator
  608. fullName: ScrollView.ShowHorizontalScrollIndicator
  609. - uid: Terminal.Gui.ScrollView.ShowVerticalScrollIndicator*
  610. parent: Terminal.Gui.ScrollView
  611. isExternal: false
  612. name: ShowVerticalScrollIndicator
  613. nameWithType: ScrollView.ShowVerticalScrollIndicator
  614. fullName: ScrollView.ShowVerticalScrollIndicator
  615. - uid: Terminal.Gui.Responder.CanFocus
  616. parent: Terminal.Gui.Responder
  617. isExternal: false
  618. name: CanFocus
  619. nameWithType: Responder.CanFocus
  620. fullName: Responder.CanFocus
  621. - uid: Terminal.Gui.View.HasFocus
  622. parent: Terminal.Gui.View
  623. isExternal: false
  624. name: HasFocus
  625. nameWithType: View.HasFocus
  626. fullName: View.HasFocus
  627. - uid: Terminal.Gui.Responder.MouseEvent(Terminal.Gui.MouseEvent)
  628. parent: Terminal.Gui.Responder
  629. isExternal: false
  630. name: MouseEvent(MouseEvent)
  631. nameWithType: Responder.MouseEvent(MouseEvent)
  632. fullName: Responder.MouseEvent(MouseEvent)
  633. - uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  634. parent: Terminal.Gui.View
  635. isExternal: false
  636. name: ProcessColdKey(KeyEvent)
  637. nameWithType: View.ProcessColdKey(KeyEvent)
  638. fullName: View.ProcessColdKey(KeyEvent)
  639. - uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  640. parent: Terminal.Gui.View
  641. isExternal: false
  642. name: ProcessHotKey(KeyEvent)
  643. nameWithType: View.ProcessHotKey(KeyEvent)
  644. fullName: View.ProcessHotKey(KeyEvent)
  645. - uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
  646. parent: Terminal.Gui.View
  647. isExternal: false
  648. name: Add(View[])
  649. nameWithType: View.Add(View[])
  650. fullName: View.Add(View[])
  651. - uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  652. parent: Terminal.Gui.View
  653. isExternal: false
  654. name: AddRune(Int32, Int32, Rune)
  655. nameWithType: View.AddRune(Int32, Int32, Rune)
  656. fullName: View.AddRune(Int32, Int32, Rune)
  657. - uid: Terminal.Gui.View.Bounds
  658. parent: Terminal.Gui.View
  659. isExternal: false
  660. name: Bounds
  661. nameWithType: View.Bounds
  662. fullName: View.Bounds
  663. - uid: Terminal.Gui.View.ChildNeedsDisplay
  664. parent: Terminal.Gui.View
  665. isExternal: false
  666. name: ChildNeedsDisplay()
  667. nameWithType: View.ChildNeedsDisplay()
  668. fullName: View.ChildNeedsDisplay()
  669. - uid: Terminal.Gui.View.Clear
  670. parent: Terminal.Gui.View
  671. isExternal: false
  672. name: Clear()
  673. nameWithType: View.Clear()
  674. fullName: View.Clear()
  675. - uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  676. parent: Terminal.Gui.View
  677. isExternal: false
  678. name: Clear(Rect)
  679. nameWithType: View.Clear(Rect)
  680. fullName: View.Clear(Rect)
  681. - uid: Terminal.Gui.View.ClearNeedsDisplay
  682. parent: Terminal.Gui.View
  683. isExternal: false
  684. name: ClearNeedsDisplay()
  685. nameWithType: View.ClearNeedsDisplay()
  686. fullName: View.ClearNeedsDisplay()
  687. - uid: Terminal.Gui.View.ClipToBounds
  688. parent: Terminal.Gui.View
  689. isExternal: false
  690. name: ClipToBounds()
  691. nameWithType: View.ClipToBounds()
  692. fullName: View.ClipToBounds()
  693. - uid: Terminal.Gui.View.ColorScheme
  694. parent: Terminal.Gui.View
  695. isExternal: false
  696. name: ColorScheme
  697. nameWithType: View.ColorScheme
  698. fullName: View.ColorScheme
  699. - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  700. parent: Terminal.Gui.View
  701. isExternal: false
  702. name: DrawFrame(Rect, Int32, Boolean)
  703. nameWithType: View.DrawFrame(Rect, Int32, Boolean)
  704. fullName: View.DrawFrame(Rect, Int32, Boolean)
  705. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  706. parent: Terminal.Gui.View
  707. isExternal: false
  708. name: DrawHotString(ustring, Boolean, ColorScheme)
  709. nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
  710. fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
  711. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  712. parent: Terminal.Gui.View
  713. isExternal: false
  714. name: DrawHotString(ustring, Attribute, Attribute)
  715. nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
  716. fullName: View.DrawHotString(ustring, Attribute, Attribute)
  717. - uid: Terminal.Gui.View.Driver
  718. parent: Terminal.Gui.View
  719. isExternal: false
  720. name: Driver
  721. nameWithType: View.Driver
  722. fullName: View.Driver
  723. - uid: Terminal.Gui.View.EnsureFocus
  724. parent: Terminal.Gui.View
  725. isExternal: false
  726. name: EnsureFocus()
  727. nameWithType: View.EnsureFocus()
  728. fullName: View.EnsureFocus()
  729. - uid: Terminal.Gui.View.Focused
  730. parent: Terminal.Gui.View
  731. isExternal: false
  732. name: Focused
  733. nameWithType: View.Focused
  734. fullName: View.Focused
  735. - uid: Terminal.Gui.View.FocusFirst
  736. parent: Terminal.Gui.View
  737. isExternal: false
  738. name: FocusFirst()
  739. nameWithType: View.FocusFirst()
  740. fullName: View.FocusFirst()
  741. - uid: Terminal.Gui.View.FocusLast
  742. parent: Terminal.Gui.View
  743. isExternal: false
  744. name: FocusLast()
  745. nameWithType: View.FocusLast()
  746. fullName: View.FocusLast()
  747. - uid: Terminal.Gui.View.FocusNext
  748. parent: Terminal.Gui.View
  749. isExternal: false
  750. name: FocusNext()
  751. nameWithType: View.FocusNext()
  752. fullName: View.FocusNext()
  753. - uid: Terminal.Gui.View.FocusPrev
  754. parent: Terminal.Gui.View
  755. isExternal: false
  756. name: FocusPrev()
  757. nameWithType: View.FocusPrev()
  758. fullName: View.FocusPrev()
  759. - uid: Terminal.Gui.View.Frame
  760. parent: Terminal.Gui.View
  761. isExternal: false
  762. name: Frame
  763. nameWithType: View.Frame
  764. fullName: View.Frame
  765. - uid: Terminal.Gui.View.GetEnumerator
  766. parent: Terminal.Gui.View
  767. isExternal: false
  768. name: GetEnumerator()
  769. nameWithType: View.GetEnumerator()
  770. fullName: View.GetEnumerator()
  771. - uid: Terminal.Gui.View.Height
  772. parent: Terminal.Gui.View
  773. isExternal: false
  774. name: Height
  775. nameWithType: View.Height
  776. fullName: View.Height
  777. - uid: Terminal.Gui.View.Id
  778. parent: Terminal.Gui.View
  779. isExternal: false
  780. name: Id
  781. nameWithType: View.Id
  782. fullName: View.Id
  783. - uid: Terminal.Gui.View.LayoutStyle
  784. parent: Terminal.Gui.View
  785. isExternal: false
  786. name: LayoutStyle
  787. nameWithType: View.LayoutStyle
  788. fullName: View.LayoutStyle
  789. - uid: Terminal.Gui.View.LayoutSubviews
  790. parent: Terminal.Gui.View
  791. isExternal: false
  792. name: LayoutSubviews()
  793. nameWithType: View.LayoutSubviews()
  794. fullName: View.LayoutSubviews()
  795. - uid: Terminal.Gui.View.MostFocused
  796. parent: Terminal.Gui.View
  797. isExternal: false
  798. name: MostFocused
  799. nameWithType: View.MostFocused
  800. fullName: View.MostFocused
  801. - uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
  802. parent: Terminal.Gui.View
  803. isExternal: false
  804. name: Move(Int32, Int32)
  805. nameWithType: View.Move(Int32, Int32)
  806. fullName: View.Move(Int32, Int32)
  807. - uid: Terminal.Gui.View.Remove(Terminal.Gui.View)
  808. parent: Terminal.Gui.View
  809. isExternal: false
  810. name: Remove(View)
  811. nameWithType: View.Remove(View)
  812. fullName: View.Remove(View)
  813. - uid: Terminal.Gui.View.RemoveAll
  814. parent: Terminal.Gui.View
  815. isExternal: false
  816. name: RemoveAll()
  817. nameWithType: View.RemoveAll()
  818. fullName: View.RemoveAll()
  819. - uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  820. parent: Terminal.Gui.View
  821. isExternal: false
  822. name: ScreenToView(Int32, Int32)
  823. nameWithType: View.ScreenToView(Int32, Int32)
  824. fullName: View.ScreenToView(Int32, Int32)
  825. - uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  826. parent: Terminal.Gui.View
  827. isExternal: false
  828. name: SetClip(Rect)
  829. nameWithType: View.SetClip(Rect)
  830. fullName: View.SetClip(Rect)
  831. - uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  832. parent: Terminal.Gui.View
  833. isExternal: false
  834. name: SetFocus(View)
  835. nameWithType: View.SetFocus(View)
  836. fullName: View.SetFocus(View)
  837. - uid: Terminal.Gui.View.SetNeedsDisplay
  838. parent: Terminal.Gui.View
  839. isExternal: false
  840. name: SetNeedsDisplay()
  841. nameWithType: View.SetNeedsDisplay()
  842. fullName: View.SetNeedsDisplay()
  843. - uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  844. parent: Terminal.Gui.View
  845. isExternal: false
  846. name: SetNeedsDisplay(Rect)
  847. nameWithType: View.SetNeedsDisplay(Rect)
  848. fullName: View.SetNeedsDisplay(Rect)
  849. - uid: Terminal.Gui.View.Subviews
  850. parent: Terminal.Gui.View
  851. isExternal: false
  852. name: Subviews
  853. nameWithType: View.Subviews
  854. fullName: View.Subviews
  855. - uid: Terminal.Gui.View.SuperView
  856. parent: Terminal.Gui.View
  857. isExternal: false
  858. name: SuperView
  859. nameWithType: View.SuperView
  860. fullName: View.SuperView
  861. - uid: Terminal.Gui.View.ToString
  862. parent: Terminal.Gui.View
  863. isExternal: false
  864. name: ToString()
  865. nameWithType: View.ToString()
  866. fullName: View.ToString()
  867. - uid: Terminal.Gui.View.WantMousePositionReports
  868. parent: Terminal.Gui.View
  869. isExternal: false
  870. name: WantMousePositionReports
  871. nameWithType: View.WantMousePositionReports
  872. fullName: View.WantMousePositionReports
  873. - uid: Terminal.Gui.View.Width
  874. parent: Terminal.Gui.View
  875. isExternal: false
  876. name: Width
  877. nameWithType: View.Width
  878. fullName: View.Width
  879. - uid: Terminal.Gui.View.X
  880. parent: Terminal.Gui.View
  881. isExternal: false
  882. name: X
  883. nameWithType: View.X
  884. fullName: View.X
  885. - uid: Terminal.Gui.View.Y
  886. parent: Terminal.Gui.View
  887. isExternal: false
  888. name: Y
  889. nameWithType: View.Y
  890. fullName: View.Y