Inspector panel: advanced object properties
ExpertUse the Inspector's Appearance, Data, and Position tabs to set anchoring, visibility conditions, tooltip text, and placeholder behavior.
What you'll learn
- How to use anchoring to create responsive layouts that adapt to window size
- How to conditionally hide objects with a Hide Object When expression
- How to set tooltips and placeholder text for better usability
The FileMaker Inspector panel (View > Inspector) exposes every configurable property of a selected layout object. Beyond basic styling, expert use of the Inspector includes setting anchoring for responsive layouts, conditional hide/show expressions, tooltip calculations, and placeholder text for form usability.
Anchoring for responsive layouts
The Position tab has four anchor toggles: Top, Bottom, Left, Right. Anchoring to Bottom means the object maintains its distance from the bottom edge as the window resizes. Anchoring to both Left and Right causes the object to resize horizontally.
// Responsive button bar at bottom of window: // Anchor: Bottom + Left + Right // → Button bar stays at the bottom and stretches to window width // Flexible scrollable list body: // Anchor: Top + Bottom + Left + Right // → Object expands as the window grows
Sign in to track your progress and pick up where you left off.
Sign in to FM Dojo