The main view has three regions: the tab strip (one tab per open log, plus a Combined tab when more than one log is open), the event table, and the Details pane (collapsible, bottom). The status bar runs along the very bottom — see Opening Logs for what it shows for live logs.
- One tab per open log. The tab label is the log's short name (file name for
.evtx, channel name for live logs). The tab tooltip shows the full path / channel name. - A
Combinedtab appears when two or more logs are open. It shows every event from every open log interleaved by time and rendered in the configured time zone. - Click a tab to switch to it. The
×on each per-log tab closes just that log;Combinedhas no close button and disappears on its own when the open-log count drops below two. - A tab spinner appears next to the label while a log is loading.
The table is virtualized — only the rows currently in view are rendered, so loading large .evtx files stays responsive.
Configurable columns. Right-click a column header to open the column menu:
- A toggle per column (checked = visible). The available columns are
Level,Date and Time,Activity ID,Log,Computer Name,Source,Event ID,Task Category,Keywords,Process ID,Thread ID, andUser. TheDescriptioncolumn is fixed and always rightmost. - An
Order Bysubmenu pinned to the same set of columns. The checked column is the current sort key. Reset Column Defaultsreturns the visibility, ordering, and sort to first-launch state.
The current sort indicator (a caret) appears in the active column header; clicking it flips between ascending and descending.
Column reordering. Drag a column header sideways to drop it before or after another column. The new order persists across sessions until Reset Column Defaults (in the column menu) restores it.
Column sizing. Drag a column-header edge to resize. Sizes persist across sessions; Reset Column Defaults restores the built-in widths along with visibility, ordering, and sort.
Per-row highlighting. When a filter has a Highlight Color set, every event matching that filter is rendered with that background color. The configured colors live alongside the filter — see Filtering. When several enabled, non-excluded filters could highlight the same row, the first one in pane order wins.
Selection. Click to select. Ctrl+Click toggles individual rows. Shift+Click selects a range from the anchor to the clicked row. Arrow keys, Page Up / Page Down, Home, and End move within the table; Shift + those keys extends the selection. Ctrl+A selects every visible row; Escape clears the selection. The selection drives both the Ctrl+C clipboard copy (see Keyboard and Copy) and the Details pane.
Right-click on a row. Opens a context menu:
Copy Selected/Copy Selected (Simple)/Copy Selected (XML)/Copy Selected (Full)— same four formats as theEditmenu.Exclude Events Before/Exclude Events After— sets a date filter using the right-clicked event's timestamp as the boundary.IncludeandExcludesubmenus — each lists the filter categories applicable to a single field comparison. Picking one creates a new basic filter (or exclusion) for that field equal to the right-clicked event's value. Today this works forEvent ID,Activity ID,Level,Keywords,Source, andTask Category; theProcess ID,Thread ID, andUser IDitems are present in the menu but produce empty filter values, so they currently no-op.
The Details pane sits at the bottom of the window. It hides itself when no event is selected. The header expand/collapse arrow shows the same content; behavior on selection-change is governed by Tools → Settings → Expand Display Pane On Selection Change.
The top of the pane shows the same fields as a Windows Event Viewer details view: Log Name, Source, Event Id, Level, Keywords (only when present), and Date and Time. Below those, the Description paragraph is the resolved event description text (the same text the table previews in the Description column).
Below the description, an XML toggle expands the raw event XML. The XML is resolved on demand the first time the toggle is opened for a given event — the placeholder text is Resolving XML... until resolution completes. Events with no XML available render No XML available for this event..
The pane can be resized vertically by dragging the splitter at the top.