Add ability to customize the list status message location #869
+16
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CONTRIBUTING.md.Adds an option to configure the location of the status message (either between the title (default), or in the status bar).
Intuitively, when implementing my own list I believed that the status message would be shown in the status bar and was confused when my list wasn't showing the message because I had hidden the tittle. I believe this customization allows the use of status message without requiring the title be shown.
l.StatusMessageLocation = list.InStatusBar
Screen.Recording.2025-12-28.at.1.24.50.PM.mov
l.StatusMessageLocation = list.InTitle
This is the default behaviour that matches the current behaviour.
Screen.Recording.2025-12-28.at.1.27.36.PM.mov