mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Remove LineView references from documentation
- Updated Line.cs XML documentation to remove comparison with LineView - Removed LineView section from views.md documentation Co-authored-by: tig <585482+tig@users.noreply.github.com>
This commit is contained in:
@@ -8,9 +8,8 @@ namespace Terminal.Gui.Views;
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// <see cref="Line"/> is a <see cref="View"/> that renders a single horizontal or vertical line
|
||||
/// using the <see cref="LineCanvas"/> system. Unlike <see cref="LineView"/>, which directly renders
|
||||
/// runes, <see cref="Line"/> integrates with the LineCanvas to enable proper box-drawing character
|
||||
/// selection and line intersection handling.
|
||||
/// using the <see cref="LineCanvas"/> system. <see cref="Line"/> integrates with the LineCanvas
|
||||
/// to enable proper box-drawing character selection and line intersection handling.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// The line's appearance is controlled by the <see cref="Style"/> property, which supports
|
||||
|
||||
@@ -307,14 +307,6 @@ Draws a single line using the [LineStyle](~/api/Terminal.Gui.Drawing.LineStyle.y
|
||||
──────────────────────────────────────────────────
|
||||
```
|
||||
|
||||
## [LineView](~/api/Terminal.Gui.Views.LineView.yml)
|
||||
|
||||
A straight line control either horizontal or vertical
|
||||
|
||||
```text
|
||||
──────────────────────────────────────────────────
|
||||
```
|
||||
|
||||
## [ListView](~/api/Terminal.Gui.Views.ListView.yml)
|
||||
|
||||
Provides a scrollable list of data where each item can be activated to perform an action.
|
||||
|
||||
Reference in New Issue
Block a user