Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Test whether an open notebook is fully displayed on a screen
ResourceFunction["NotebookOnScreenQ"][] gives True if the EvaluationNotebook[] is fully displayed on a single screen and False otherwise. | |
Test whether this notebook is fully displayed on screen:
In[1]:= | ![]() |
Out[1]= | ![]() |
Move the notebook slightly off screen and check again:
In[2]:= | ![]() |
Out[3]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License